svn commit: r298013 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Thu Apr 14 22:23:17 UTC 2016


Author: ngie
Date: Thu Apr 14 22:23:15 2016
New Revision: 298013
URL: https://svnweb.freebsd.org/changeset/base/298013

Log:
  Commit documentation change for r298012
  
  Requested by: bdrewery
  X-MFC with: r298012
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Thu Apr 14 22:22:03 2016	(r298012)
+++ head/share/mk/bsd.README	Thu Apr 14 22:23:15 2016	(r298013)
@@ -315,8 +315,8 @@ PROGS_CXX	PROG and PROGS_CXX in one Make
 		SRCS.bar=	bar_src.c
 
 		The supported variables are BINDIR BINGRP BINMODE BINOWN
-		CFLAGS CXXFLAGS DPADD DPSRCS LDADD
-		LDFLAGS LIBADD MAN MLINKS PROGNAME SRCS.
+		CFLAGS CXXFLAGS DEBUG_FLAGS DPADD DPSRCS LDADD
+		LDFLAGS LIBADD MAN MLINKS PROGNAME SRCS STRIP.
 
 PROGNAME	The name that the above program will be installed as, if
 		different from ${PROG}.


More information about the svn-src-all mailing list