svn commit: r317841 - stable/10/usr.sbin/ntp/sntp

Brooks Davis brooks at FreeBSD.org
Fri May 5 17:28:50 UTC 2017


Author: brooks
Date: Fri May  5 17:28:49 2017
New Revision: 317841
URL: https://svnweb.freebsd.org/changeset/base/317841

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

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

Modified: stable/10/usr.sbin/ntp/sntp/Makefile
==============================================================================
--- stable/10/usr.sbin/ntp/sntp/Makefile	Fri May  5 17:23:57 2017	(r317840)
+++ stable/10/usr.sbin/ntp/sntp/Makefile	Fri May  5 17:28:49 2017	(r317841)
@@ -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