svn commit: r222878 - head/gnu/usr.bin

David E. O'Brien obrien at FreeBSD.org
Wed Jun 8 21:29:33 UTC 2011


Author: obrien
Date: Wed Jun  8 21:29:33 2011
New Revision: 222878
URL: http://svn.freebsd.org/changeset/base/222878

Log:
  Simply post r222273.

Modified:
  head/gnu/usr.bin/Makefile

Modified: head/gnu/usr.bin/Makefile
==============================================================================
--- head/gnu/usr.bin/Makefile	Wed Jun  8 21:29:12 2011	(r222877)
+++ head/gnu/usr.bin/Makefile	Wed Jun  8 21:29:33 2011	(r222878)
@@ -11,7 +11,7 @@ SUBDIR= ${_binutils} \
 	${_dtc} \
 	${_gdb} \
 	${_gperf} \
-	${_grep} \
+	grep \
 	${_groff} \
 	patch \
 	${_rcs} \
@@ -27,8 +27,6 @@ _groff=		groff
 .endif
 .endif
 
-_grep=          grep
-
 .if ${MK_CVS} != "no"
 _cvs=		cvs
 .endif


More information about the svn-src-all mailing list