diff options
author | Nate Williams <nate@FreeBSD.org> | 1993-07-06 18:45:59 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 1993-07-06 18:45:59 +0000 |
commit | ef7cc70c1514593092604e8d41efa2bd8bd9fea6 (patch) | |
tree | 2e99855ebd1578541bc76ec5c1f38a97f5ab30b1 | |
parent | c0db29cc59b36e29eed75863fc21792703dcca24 (diff) |
Notes
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index f062a6452ed6..5cdbb3a6ffb4 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -6,7 +6,6 @@ CFLAGS+=-DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 \ -DHAVE_VALLOC=1 -#check: ${.CURDIR}/grep check: all awk sh ${.CURDIR}/tests/check.sh ${.CURDIR}/tests |