From 79eff99d0238811c5caa96672a3fc5d2fb2f50f0 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 15 Mar 2006 11:17:31 +0000 Subject: If we don't want HTML docs, we might still want manpages. If we don't want manpages, we might still want HTML docs. --- usr.sbin/ntp/Makefile | 3 --- usr.sbin/ntp/doc/Makefile | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ntp') diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index 3ed705a..e3ab3c7 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -3,9 +3,6 @@ SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \ ntptime ntp-keygen sntp - -.if !defined(NO_MAN) SUBDIR+= doc -.endif .include diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile index 89646b2..d49a0db 100644 --- a/usr.sbin/ntp/doc/Makefile +++ b/usr.sbin/ntp/doc/Makefile @@ -2,6 +2,7 @@ FILESDIR= ${SHAREDIR}/doc/ntp +.if !defined(NO_HTML) FILES= accopt.html assoc.html audio.html authopt.html build.html \ clockopt.html \ config.html confopt.html copyright.html debug.html driver1.html \ @@ -18,6 +19,7 @@ FILES= accopt.html assoc.html audio.html authopt.html build.html \ ntptrace.html parsedata.html parsenew.html patches.html porting.html \ pps.html prefer.html quick.html rdebug.html refclock.html \ release.html tickadj.html +.endif MAN= ntp.conf.5 ntp.keys.5 MAN+= ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 -- cgit v1.1