Author: brooks Date: Tue May 2 21:09:07 2017 New Revision: 317706 URL: https://svnweb.freebsd.org/changeset/base/317706
Log: Use MAN=<empty> rather than MK_MAN=no to not install a manpage. MFC after: 1 week Modified: head/usr.bin/proccontrol/Makefile Modified: head/usr.bin/proccontrol/Makefile ============================================================================== --- head/usr.bin/proccontrol/Makefile Tue May 2 21:08:38 2017 (r317705) +++ head/usr.bin/proccontrol/Makefile Tue May 2 21:09:07 2017 (r317706) @@ -2,6 +2,6 @@ PROG= proccontrol WARNS?= 6 -MK_MAN=no +MAN= .include <bsd.prog.mk> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
