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 \ _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"