From 89181f2038ae91e5eedc70f1cd909685f76c546a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 26 Feb 2018 15:41:20 +0000 Subject: [PATCH] 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. --- stand/defaults/Makefile | 4 +--- stand/forth/Makefile | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/stand/defaults/Makefile b/stand/defaults/Makefile index 3dfe1d36ba2..131034dd832 100644 --- a/stand/defaults/Makefile +++ b/stand/defaults/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ -NO_OBJ=t - .include FILES+= loader.conf -FILES+= loader.conf.5 +MAN+= loader.conf.5 FILESDIR_loader.conf= /boot/defaults diff --git a/stand/forth/Makefile b/stand/forth/Makefile index 52166f23d2b..08111682b72 100644 --- a/stand/forth/Makefile +++ b/stand/forth/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -NO_OBJ=t - .include MAN+= beastie.4th.8 \