diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-31 07:39:05 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-31 07:39:05 +0000 |
commit | c053870134b7b8ea4a308d86ac7d3830a0fd8794 (patch) | |
tree | a3f4450acfadf55e0eddb37f3737201d5cfadf5c | |
parent | 073f4caf93dbeae2b6607b03b1d39d40236c50b9 (diff) |
Welcome BSD gzexe(1).
ok deraadt@
-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> |