Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 15:41:20 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330021 - in head/stand: defaults forth
Message-ID:  <201802261541.w1QFfKVR017754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802261541.w1QFfKVR017754>