svn commit: r330021 - in head/stand: defaults forth

Warner Losh imp at FreeBSD.org
Mon Feb 26 15:41:21 UTC 2018


Author: imp
Date: Mon Feb 26 15:41:20 2018
New Revision: 330021
URL: https://svnweb.freebsd.org/changeset/base/330021

Log:
  These two directories build man pages, so it's incorrect to tag them
  NO_OBJ. Also, make sure the loader.conf.5 man gets built and installed.

Modified:
  head/stand/defaults/Makefile
  head/stand/forth/Makefile

Modified: head/stand/defaults/Makefile
==============================================================================
--- head/stand/defaults/Makefile	Mon Feb 26 15:37:32 2018	(r330020)
+++ head/stand/defaults/Makefile	Mon Feb 26 15:41:20 2018	(r330021)
@@ -1,11 +1,9 @@
 # $FreeBSD$
 
-NO_OBJ=t
-
 .include <bsd.init.mk>
 
 FILES+=	loader.conf
-FILES+= loader.conf.5
+MAN+=	loader.conf.5
 
 FILESDIR_loader.conf=  /boot/defaults
 

Modified: head/stand/forth/Makefile
==============================================================================
--- head/stand/forth/Makefile	Mon Feb 26 15:37:32 2018	(r330020)
+++ head/stand/forth/Makefile	Mon Feb 26 15:41:20 2018	(r330021)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=t
-
 .include <bsd.init.mk>
 
 MAN+=	beastie.4th.8 \


More information about the svn-src-head mailing list