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:
parent
be4646cf7f
commit
c115b8184e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265836
@ -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…
Reference in New Issue
Block a user