Author: imp
Date: Sat May 10 16:38:37 2014
New Revision: 265836
URL: http://svnweb.freebsd.org/changeset/base/265836

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

Modified:
  head/share/mk/bsd.test.mk
  head/tests/sys/netinet/Makefile

Modified: head/share/mk/bsd.test.mk
==============================================================================
--- head/share/mk/bsd.test.mk   Sat May 10 16:38:32 2014        (r265835)
+++ head/share/mk/bsd.test.mk   Sat May 10 16:38:37 2014        (r265836)
@@ -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

Modified: head/tests/sys/netinet/Makefile
==============================================================================
--- head/tests/sys/netinet/Makefile     Sat May 10 16:38:32 2014        
(r265835)
+++ head/tests/sys/netinet/Makefile     Sat May 10 16:38:37 2014        
(r265836)
@@ -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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to