Page MenuHomeFreeBSD

D47319.id145560.diff
No OneTemporary

D47319.id145560.diff

diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile
--- a/usr.sbin/ntp/doc/Makefile
+++ b/usr.sbin/ntp/doc/Makefile
@@ -24,6 +24,50 @@
MAN= ntp.conf.5 ntp.keys.5
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
+CLEANFILES= ntp.conf.5 ntp.keys.5
+CLEANFILES+= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8
+
+SUFFIXES: .html .5 .8 .5mdoc .5mdoc .1ntp-keygenmdoc .1ntpdcmdoc .1ntpqmdoc .1sntpmdoc
+
+.5mdoc.5:
+ cp ${.ALLSRC} ${.TARGET}
+
+.1ntp-keygenmdoc.8:
+ cp ${.ALLSRC} ${.TARGET}
+
+.1ntpdmdoc.8:
+ cp ${.ALLSRC} ${.TARGET}
+
+.1ntpdcmdoc.8:
+ cp ${.ALLSRC} ${.TARGET}
+
+.1ntpqmdoc.8:
+ cp ${.ALLSRC} ${.TARGET}
+
+.1sntpmdoc.8:
+ cp ${.ALLSRC} ${.TARGET}
+
+ntp.conf.5: .PHONY
+ cp ${SRCTOP}/contrib/ntp/ntpd/ntp.conf.5mdoc ${.TARGET}
+
+ntp.keys.5: .PHONY
+ cp ${SRCTOP}/contrib/ntp/ntpd/ntp.keys.5mdoc ${.TARGET}
+
+ntp-keygen.8: .PHONY
+ cp ${SRCTOP}/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc ${.TARGET}
+
+ntpd.8: .PHONY
+ cp ${SRCTOP}/contrib/ntp/ntpd/ntpd.1ntpdmdoc ${.TARGET}
+
+ntpdc.8: .PHONY
+ cp ${SRCTOP}/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc ${.TARGET}
+
+ntpq.8: .PHONY
+ cp ${SRCTOP}/contrib/ntp/ntpq/ntpq.1ntpqmdoc ${.TARGET}
+
+sntp.8: .PHONY
+ cp ${SRCTOP}/contrib/ntp/sntp/sntp.1sntpmdoc ${.TARGET}
+
.PATH: ${SRCTOP}/contrib/ntp/html \
${SRCTOP}/contrib/ntp/util \
${SRCTOP}/contrib/ntp/ntpd \

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 22, 3:23 PM (15 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28939166
Default Alt Text
D47319.id145560.diff (1 KB)

Event Timeline