svn commit: r281664 - user/ngie/more-tests/share/mk

Garrett Cooper ngie at FreeBSD.org
Fri Apr 17 19:25:54 UTC 2015


Author: ngie
Date: Fri Apr 17 19:25:53 2015
New Revision: 281664
URL: https://svnweb.freebsd.org/changeset/base/281664

Log:
  Did not mean to commit the diff to bsd.prog.mk to this branch...

Modified:
  user/ngie/more-tests/share/mk/bsd.prog.mk

Modified: user/ngie/more-tests/share/mk/bsd.prog.mk
==============================================================================
--- user/ngie/more-tests/share/mk/bsd.prog.mk	Fri Apr 17 19:23:50 2015	(r281663)
+++ user/ngie/more-tests/share/mk/bsd.prog.mk	Fri Apr 17 19:25:53 2015	(r281664)
@@ -4,12 +4,6 @@
 .include <bsd.init.mk>
 .include <bsd.compiler.mk>
 
-.ifdef PROG
-PROGS:=	${PROG}
-.endif
-
-PROGS:=	${PROGS:O:u}
-
 .SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .ln .s .S .asm
 
 # XXX The use of COPTS in modern makefiles is discouraged.


More information about the svn-src-user mailing list