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}/../ \ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"