summaryrefslogtreecommitdiff
path: root/usr.bin/compress/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-07-29 11:54:34 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-07-29 11:54:34 +0000
commitfe4652d602195a243c03b709d40366398b3dc00c (patch)
tree3426e2bc735d4688f65701d0ad25c184d4c499e9 /usr.bin/compress/Makefile
parentbd5d1f93e03ff394eabb1decfa56af1bf4bef97f (diff)
Bye bye GNU zforce(1), welcome BSD zforce(1).
Diffstat (limited to 'usr.bin/compress/Makefile')
-rw-r--r--usr.bin/compress/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile
index 49a3f7119bd..2654e0782f9 100644
--- a/usr.bin/compress/Makefile
+++ b/usr.bin/compress/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.15 2003/07/13 04:43:34 millert Exp $
+# $OpenBSD: Makefile,v 1.16 2003/07/29 11:54:33 otto Exp $
PROG= compress
SRCS= main.c zopen.c gzopen.c
-MAN= compress.1 zmore.1 zdiff.1
+MAN= compress.1 zmore.1 zdiff.1 zforce.1
LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \
${BINDIR}/compress ${BINDIR}/zcat \
${BINDIR}/compress ${BINDIR}/gzip \
@@ -22,8 +22,9 @@ DPADD=${LIBZ}
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/zmore ${.CURDIR}/zdiff ${DESTDIR}${BINDIR}
-# ${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
-# ${DESTDIR}${BINDIR}
+ ${.CURDIR}/zmore ${.CURDIR}/zdiff \
+ ${.CURDIR}/zforce \
+ ${DESTDIR}${BINDIR}
+# ${.CURDIR}/gzexe ${.CURDIR}/znew \
.include <bsd.prog.mk>