From 2c28cbf6fb8dfa51591134a1423111617c20e19d Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Tue, 20 Aug 1996 05:14:12 +0000 Subject: R.I.P. --- gnu/usr.bin/grep/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/usr.bin/grep/Makefile') diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index ec2138353d2..3e454f7c6a1 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/08/20 05:14:08 tholo Exp $ # $NetBSD: Makefile,v 1.6 1995/04/23 07:58:41 cgd Exp $ PROG= grep @@ -6,9 +7,6 @@ CFLAGS+=-DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 \ -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 \ -DHAVE_VALLOC=1 -LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a - LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \ ${BINDIR}/grep ${BINDIR}/fgrep MLINKS= grep.1 egrep.1 grep.1 fgrep.1 -- cgit v1.2.3