diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
commit | 2c28cbf6fb8dfa51591134a1423111617c20e19d (patch) | |
tree | f4a567fbebea792d64a34e5036630707caee9265 /gnu/usr.bin/grep/Makefile | |
parent | 96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff) |
R.I.P.
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |