diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-22 22:27:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-22 22:27:18 +0000 |
commit | 450d908c18fbfbb76bbe36b9266fc85842f6e930 (patch) | |
tree | 1f23d541372da966214bfc58b6b5a6d8f8504baf | |
parent | 76a5b9085f8d57545c532596c76cab3b93163fce (diff) |
bye bye grep (gzip remains for a few scripts)
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 42413694e2c..eec2e8fa73d 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2002/06/12 04:17:24 art Exp $ +# $OpenBSD: Makefile,v 1.33 2003/06/22 22:27:17 deraadt Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -6,7 +6,7 @@ SUBDIR+= bc cvs diff diff3 SUBDIR+=../egcs/gcc #SUBDIR+= gcc -SUBDIR+= grep groff gzip lynx rcs sdiff sendbug +SUBDIR+= groff gzip lynx rcs sdiff sendbug SUBDIR+= binutils # some ports use binutils gas and ld, most do not (yet). |