summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b7c8220..e68df03 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -63,6 +63,10 @@ BIN1+= ${.CURDIR}/../usr.bin/mail/misc/mail.rc
BIN1+= ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
.endif
+.if ${MK_NTP} != "no"
+BIN1+= ntp.conf
+.endif
+
.if ${MK_OPENSSH} != "no"
SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config \
OpenPOWER on IntegriCloud