summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/Makefile
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-11-16 08:06:43 +0000
committerroberto <roberto@FreeBSD.org>2002-11-16 08:06:43 +0000
commitb77e865212a4898522f878c4a4ac249016e93e64 (patch)
tree01cf37f9525dcd7cbb6ecdadf13bf4546ed2db28 /usr.sbin/ntp/Makefile
parent5e336b1d195ced5a31c4de04402a418b50116a15 (diff)
downloadFreeBSD-src-b77e865212a4898522f878c4a4ac249016e93e64.zip
FreeBSD-src-b77e865212a4898522f878c4a4ac249016e93e64.tar.gz
These two patches makes it easier to compile custom versions of
NTP on FreeBSD: The first one allows one to avoid installing the html files. The second one allows one to override the CLOCKDEFS on the make command line. Submitted by: phk
Diffstat (limited to 'usr.sbin/ntp/Makefile')
-rw-r--r--usr.sbin/ntp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile
index 15fad6c..6605c6e 100644
--- a/usr.sbin/ntp/Makefile
+++ b/usr.sbin/ntp/Makefile
@@ -3,7 +3,11 @@
MAINTAINER= roberto
-SUBDIR= doc libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
+SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
ntptimeset ntptime ntp-genkeys
+.if !defined(NOMAN)
+SUBDIR+= doc
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud