Author: brooks
Date: Tue May  9 01:08:45 2017
New Revision: 317997
URL: https://svnweb.freebsd.org/changeset/base/317997

Log:
  MFC r317706:
  
  Use MAN=<empty> rather than MK_MAN=no to not install a manpage.

Modified:
  stable/11/usr.bin/proccontrol/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/proccontrol/Makefile
==============================================================================
--- stable/11/usr.bin/proccontrol/Makefile      Tue May  9 01:01:41 2017        
(r317996)
+++ stable/11/usr.bin/proccontrol/Makefile      Tue May  9 01:08:45 2017        
(r317997)
@@ -2,6 +2,6 @@
 
 PROG=   proccontrol
 WARNS?=        6
-MK_MAN=no
+MAN=
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to