diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 14:59:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 14:59:06 +0000 |
| commit | e5ac5644e20ff3af41976d8fa6861b971c17ddd9 (patch) | |
| tree | 76b6b094cbfd07d7408e5b7d75c9ebbd6788d842 /gnu/usr.bin/gzip | |
| parent | a603fae202235d48d0b72dc9a3c9e3ddf610698a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/gzip')
| -rw-r--r-- | gnu/usr.bin/gzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index 4019dabf19edf..fc52f5642871e 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -4,7 +4,7 @@ PROG= gzip SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \ crypt.c lzw.c unlzw.c unlzh.c unpack.c getopt.c -MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 +MAN= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 GREP_LIBZ?= YES @@ -24,7 +24,7 @@ LINKS+= ${BINDIR}/zdiff ${BINDIR}/zcmp LINKS+= ${BINDIR}/zgrep ${BINDIR}/zegrep LINKS+= ${BINDIR}/zgrep ${BINDIR}/zfgrep MLINKS+= zgrep.1 zfgrep.1 zgrep.1 zegrep.1 -MAN1+= zgrep.1 +MAN+= zgrep.1 .endif NOSHARED?=yes |
