Author: kevlo Date: Tue Jul 16 09:38:51 2013 New Revision: 253385 URL: http://svnweb.freebsd.org/changeset/base/253385
Log: Use MAN= instead of NO_MAN= For some reason it still tries to install a priv.1 when using NO_MAN, even though there isn't one yet. Modified: head/tools/regression/priv/Makefile Modified: head/tools/regression/priv/Makefile ============================================================================== --- head/tools/regression/priv/Makefile Tue Jul 16 09:22:50 2013 (r253384) +++ head/tools/regression/priv/Makefile Tue Jul 16 09:38:51 2013 (r253385) @@ -45,7 +45,7 @@ SRCS= main.c \ priv_vm_mlock.c \ priv_vm_munlock.c -NO_MAN= +MAN= WARNS?= 3 DPADD+= ${LIBIPSEC} _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"