svn commit: r317655 - stable/11/usr.sbin/ntp/sntp

Brooks Davis brooks at FreeBSD.org
Mon May 1 17:02:53 UTC 2017


Author: brooks
Date: Mon May  1 17:02:51 2017
New Revision: 317655
URL: https://svnweb.freebsd.org/changeset/base/317655

Log:
  MFC r317388:
  
  Use the approved syntax to build no man pages.
  
  Sponsored by:	DARPA, AFRL

Modified:
  stable/11/usr.sbin/ntp/sntp/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/ntp/sntp/Makefile
==============================================================================
--- stable/11/usr.sbin/ntp/sntp/Makefile	Mon May  1 17:01:00 2017	(r317654)
+++ stable/11/usr.sbin/ntp/sntp/Makefile	Mon May  1 17:02:51 2017	(r317655)
@@ -5,7 +5,7 @@
 .PATH:	${.CURDIR}/../../../contrib/ntp/sntp
 
 PROG=	sntp
-MK_MAN=	no
+MAN=
 SRCS= 	crypto.c kod_management.c log.c main.c networking.c \
 	sntp-opts.c sntp.c utilities.c
 


More information about the svn-src-stable mailing list