From 27d73120d4c14f2a42484d1c4e44493949343d27 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 2 Oct 1998 07:14:32 +0000 Subject: [PATCH] Install z*grep manpages --- gnu/usr.bin/grep/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 26cd67b37c84..a758287a093d 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