Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.
This commit is contained in:
parent
6b50de24a4
commit
8d60033835
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user