svn commit: r288219 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 25 16:27:12 UTC 2015


Author: bdrewery
Date: Fri Sep 25 16:27:11 2015
New Revision: 288219
URL: https://svnweb.freebsd.org/changeset/base/288219

Log:
  The bsd.progs.mk -> bsd.prog.mk rework did not pan out yet.
  
  It may still in the future but for now unmark this deprecated.  bsd.progs.mk
  is less bad after r288158.

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Fri Sep 25 15:57:00 2015	(r288218)
+++ head/share/mk/bsd.README	Fri Sep 25 16:27:11 2015	(r288219)
@@ -39,7 +39,7 @@ bsd.port.post.mk	- building ports
 bsd.port.pre.mk		- building ports
 bsd.port.subdir.mk	- targets for building subdirectories for ports
 bsd.prog.mk		- building programs from source files
-bsd.progs.mk		- build multiple programs from sources (deprecated)
+bsd.progs.mk		- build multiple programs from sources
 bsd.snmpmod.mk		- building modules for the SNMP daemon bsnmpd
 bsd.subdir.mk		- targets for building subdirectories
 bsd.sys.mk		- common settings used for building FreeBSD sources


More information about the svn-src-head mailing list