mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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.
This commit is contained in:
parent
9937e97979
commit
89181f2038
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
NO_OBJ=t
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
MAN+= beastie.4th.8 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue