svn commit: r317706 - head/usr.bin/proccontrol

Brooks Davis brooks at FreeBSD.org
Tue May 2 21:09:08 UTC 2017


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>


More information about the svn-src-all mailing list