svn commit: r264599 - stable/9/usr.sbin/ntp/sntp

Dag-Erling Smørgrav des at FreeBSD.org
Thu Apr 17 12:16:52 UTC 2014


Author: des
Date: Thu Apr 17 12:16:51 2014
New Revision: 264599
URL: http://svnweb.freebsd.org/changeset/base/264599

Log:
  MFH (r262555): install the sntp(1) man page

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

Modified: stable/9/usr.sbin/ntp/sntp/Makefile
==============================================================================
--- stable/9/usr.sbin/ntp/sntp/Makefile	Thu Apr 17 12:16:27 2014	(r264598)
+++ stable/9/usr.sbin/ntp/sntp/Makefile	Thu Apr 17 12:16:51 2014	(r264599)
@@ -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-all mailing list