summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/egrep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep/egrep/Makefile')
-rw-r--r--usr.bin/grep/egrep/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/usr.bin/grep/egrep/Makefile b/usr.bin/grep/egrep/Makefile
deleted file mode 100644
index 1e7d05a..0000000
--- a/usr.bin/grep/egrep/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/27/93
-
-# -DSLOWSYS invoke xread() for system time quirk on PDP, others?
-# -DNOKANJI default is for Japanese Unix. undef only for raw
-# parity-marked search capability, not standard w/grep.
-# -DCHINESE for systems using EUC Chinese2 codes
-# -Dstrrchr=rindex, -Dstrchr=index as necessary
-
-PROG= egrep
-CFLAGS+=-Dstrrchr=rindex -Dstrchr=index -DNOKANJI
-LDADD= -lcompat # must search compat to get spencers early regexp package
-MAN1= grep.1
-LINKS= ${BINDIR}/egrep ${BINDIR}/grep ${BINDIR}/egrep ${BINDIR}/fgrep
-MLINKS= grep.1 egrep.1 grep.1 fgrep.1
-
-.include "../../Makefile.inc"
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud