diff options
author | nate <nate@FreeBSD.org> | 1993-07-06 18:53:50 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-07-06 18:53:50 +0000 |
commit | bf3a05faf0739b7602c0e2c599bbe2658426f4f5 (patch) | |
tree | de2df9b73031befcf39c60595b52e6165ed60b70 /gnu/Makefile | |
parent | acb9893ca7af59e8742391d408b5e32316439318 (diff) | |
download | FreeBSD-src-bf3a05faf0739b7602c0e2c599bbe2658426f4f5.zip FreeBSD-src-bf3a05faf0739b7602c0e2c599bbe2658426f4f5.tar.gz |
Removed egrep since the new grep is just a link to it w/out any changes
anymore
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index c8a59b4..11f8532 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= bc cvs diff diff3 egrep fgrep gas gawk gcc2 gdb grep groff gzip \ +SUBDIR= bc cvs diff diff3 fgrep gas gawk gcc2 gdb grep groff gzip \ ld patch pr rcs sort tar .include <bsd.subdir.mk> |