svn commit: r262555 - head/usr.sbin/ntp/sntp

Dag-Erling Smørgrav des at FreeBSD.org
Thu Feb 27 13:05:56 UTC 2014


Author: des
Date: Thu Feb 27 13:05:56 2014
New Revision: 262555
URL: http://svnweb.freebsd.org/changeset/base/262555

Log:
  We install the tool, so why not the man page?
  
  MFC after:	3 days

Modified:
  head/usr.sbin/ntp/sntp/Makefile

Modified: head/usr.sbin/ntp/sntp/Makefile
==============================================================================
--- head/usr.sbin/ntp/sntp/Makefile	Thu Feb 27 12:11:43 2014	(r262554)
+++ head/usr.sbin/ntp/sntp/Makefile	Thu Feb 27 13:05:56 2014	(r262555)
@@ -3,7 +3,7 @@
 .PATH: ${.CURDIR}/../../../contrib/ntp/sntp
 
 PROG=	sntp
-NO_MAN=
+MAN=	sntp.1
 SRCS= 	internet.c main.c socket.c timing.c unix.c
 
 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \


More information about the svn-src-head mailing list