Remove last two NO_MAN= in the tree. In both of these cases, MAN= is

what is needed.
This commit is contained in:
imp 2014-05-10 16:38:37 +00:00
parent 6b50de24a4
commit 8d60033835
2 changed files with 2 additions and 3 deletions

View File

@ -51,8 +51,7 @@ SUBDIR+= ${TESTS_SUBDIRS}
# it is rare for test cases to have man pages
.if !defined(MAN)
NO_MAN=yes
.export NO_MAN
MAN=
.endif
# tell progs.mk we might want to install things

View File

@ -6,7 +6,7 @@ BINDIR= ${TESTSDIR}
ATF_TESTS_SH+= fibs_test
PROG= udp_dontroute
SRCS= udp_dontroute.c
NO_MAN=
MAN=
WARNS?= 6
.include <bsd.test.mk>