summaryrefslogtreecommitdiff
path: root/scripts/makefile.openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.openbsd')
-rw-r--r--scripts/makefile.openbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd
index 6daa95a15..5fd2a5ec2 100644
--- a/scripts/makefile.openbsd
+++ b/scripts/makefile.openbsd
@@ -7,7 +7,7 @@ LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 0
-SHLIB_MINOR= 1.2.9beta3
+SHLIB_MINOR= 1.2.9beta4
LIB= png
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \
@@ -24,7 +24,7 @@ NOPROFILE= Yes
CLEANFILES+= pngtest.o pngtest
MAN= libpng.3 libpngpf.3 png.5
-DOCS= ANNOUNCE CHANGES LICENSE README libpng.txt
+DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO libpng.txt
pngtest.o: pngtest.c
${CC} ${CPPFLAGS} ${CFLAGS} -c ${.ALLSRC} -o ${.TARGET}