freebsd-dev/stand/defaults/Makefile
Warner Losh 89181f2038 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.
2018-02-26 15:41:20 +00:00

11 lines
140 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
FILES+= loader.conf
MAN+= loader.conf.5
FILESDIR_loader.conf= /boot/defaults
.include <bsd.prog.mk>