diff options
author | obrien <obrien@FreeBSD.org> | 1998-10-02 07:14:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-10-02 07:14:32 +0000 |
commit | 5a6b93580f29cf14bf248c85ae0743ae6a85f7a0 (patch) | |
tree | 3562a5b0ccb803ea67b0de9224f5b6cbf4557891 /gnu/usr.bin/grep | |
parent | 555e3912745f812a59847721e00316f474707979 (diff) | |
download | FreeBSD-src-5a6b93580f29cf14bf248c85ae0743ae6a85f7a0.zip FreeBSD-src-5a6b93580f29cf14bf248c85ae0743ae6a85f7a0.tar.gz |
Install z*grep manpages
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 26cd67b..a758287 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1997/12/21 19:15:02 wosch Exp $ +# $Id: Makefile,v 1.12 1998/03/07 16:13:57 wosch Exp $ GREP_LIBZ= YES GREP_FTS= YES @@ -23,6 +23,7 @@ CFLAGS+= -DHAVE_LIBZ=1 LINKS+= ${BINDIR}/grep ${BINDIR}/zgrep \ ${BINDIR}/grep ${BINDIR}/zegrep \ ${BINDIR}/grep ${BINDIR}/zfgrep +MLINKS+= grep.1 zgrep.1 grep.1 zegrep.1 grep.1 zfgrep.1 .endif .if defined(GREP_FTS) && !empty(GREP_FTS) CFLAGS+= -DHAVE_FTS=1 |