diff options
-rw-r--r-- | usr.bin/compress/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 2654e0782f9..b8da86afe73 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2003/07/29 11:54:33 otto Exp $ +# $OpenBSD: Makefile,v 1.17 2003/07/31 07:39:04 otto Exp $ PROG= compress SRCS= main.c zopen.c gzopen.c -MAN= compress.1 zmore.1 zdiff.1 zforce.1 +MAN= compress.1 zmore.1 zdiff.1 zforce.1 gzexe.1 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \ ${BINDIR}/compress ${BINDIR}/zcat \ ${BINDIR}/compress ${BINDIR}/gzip \ @@ -23,8 +23,8 @@ DPADD=${LIBZ} afterinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/zmore ${.CURDIR}/zdiff \ - ${.CURDIR}/zforce \ + ${.CURDIR}/zforce ${.CURDIR}/gzexe \ ${DESTDIR}${BINDIR} -# ${.CURDIR}/gzexe ${.CURDIR}/znew \ +# ${.CURDIR}/znew \ .include <bsd.prog.mk> |