aboutsummaryrefslogtreecommitdiff
path: root/net/ntp/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-02-18 21:17:12 +0000
committerCy Schubert <cy@FreeBSD.org>2013-02-18 21:17:12 +0000
commit94e4ae2915b7c58ef4804f03f5e7369f1fbddf2c (patch)
tree448203d8940d5de62fc202e70711574204def3a6 /net/ntp/Makefile
parentfcb98a504a4b2d61662773d959b7cc3ee239eb09 (diff)
downloadports-94e4ae2915b7c58ef4804f03f5e7369f1fbddf2c.tar.gz
ports-94e4ae2915b7c58ef4804f03f5e7369f1fbddf2c.zip
Add non-default NTP signed option.
PR: 175918
Notes
Notes: svn path=/head/; revision=312527
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r--net/ntp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 1f01cb600ce3..b9ec13ea5bba 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -56,6 +56,10 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
+.if !defined(WITH_NTP_SIGND)
+CONFIGURE_ARGS+= --enable-ntp-signd
+.endif
+
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}