aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp-devel
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp-devel')
-rw-r--r--net/ntp-devel/Makefile4
-rw-r--r--net/ntp-devel/Makefile.inc1
2 files changed, 5 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 1eedc9183fd..27153dfa368 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -44,6 +44,10 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
+.if !defined(WITH_NTP_SIGND)
+CONFIGURE_ARGS+= --enable-ntp-signd
+.endif
+
.if defined(WITH_NTPSNMPD)
PLIST_FILES+= sbin/ntpsnmpd
BUILD_DEPENDS+= ${LOCALBASE}/include/net-snmp/net-snmp-config.h:${PORTSDIR}/net-mgmt/net-snmp
diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc
index 62ad4c87c05..03493036d92 100644
--- a/net/ntp-devel/Makefile.inc
+++ b/net/ntp-devel/Makefile.inc
@@ -3,6 +3,7 @@
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
+ NTP_SIGND "Enable signed NTP" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \