diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-13 04:43:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-13 04:43:35 +0000 |
commit | 21c9a4c6bd2af2cffbe6fbf64ca264900756f6d6 (patch) | |
tree | fec553cc6740a7401eb0ab40cd8182010f3a7d2d /usr.bin/compress/Makefile | |
parent | 4ac449f89022d49fcaa901391836b929877a7901 (diff) |
Install zdiff.1; noted by marc@
Diffstat (limited to 'usr.bin/compress/Makefile')
-rw-r--r-- | usr.bin/compress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 1cf5da1f19c..49a3f7119bd 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2003/07/12 16:01:49 millert Exp $ +# $OpenBSD: Makefile,v 1.15 2003/07/13 04:43:34 millert Exp $ PROG= compress SRCS= main.c zopen.c gzopen.c -MAN= compress.1 zmore.1 +MAN= compress.1 zmore.1 zdiff.1 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \ ${BINDIR}/compress ${BINDIR}/zcat \ ${BINDIR}/compress ${BINDIR}/gzip \ |