1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

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

what is needed.
This commit is contained in:
Warner Losh 2014-05-10 16:38:37 +00:00
parent be4646cf7f
commit c115b8184e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265836
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>