diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
commit | afd506414eebce28d614a4695ce243499d0139bc (patch) | |
tree | b29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/ntp | |
parent | 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff) | |
download | FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz |
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile index 3004b0a..9d8595c 100644 --- a/usr.sbin/ntp/doc/Makefile +++ b/usr.sbin/ntp/doc/Makefile @@ -21,8 +21,8 @@ HTMLS= accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm \ pps.htm prefer.htm qth.htm quick.htm rdebug.htm refclock.htm \ release.htm tickadj.htm vxworks.htm y2k.htm -MAN5= ntp.conf.5 ntp.keys.5 -MAN8= ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 +MAN= ntp.conf.5 ntp.keys.5 +MAN+= ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 beforeinstall: .for file in ${HTMLS} |