View | Details | Raw Unified | Return to bug 175918
Collapse All | Expand All

(-)ntp/Makefile (+4 lines)
Lines 56-61 Link Here
56
CONFIGURE_ARGS+=        --enable-ipv6
56
CONFIGURE_ARGS+=        --enable-ipv6
57
.endif
57
.endif
58
58
59
.if defined(WITH_SIGNING)
60
CONFIGURE_ARGS+=	--enable-ntp-signd
61
.endif
62
59
.for D in ${NTP_DRIVERS}
63
.for D in ${NTP_DRIVERS}
60
.if defined(WITH_${D})
64
.if defined(WITH_${D})
61
CONFIGURE_ARGS+=	--enable-${D}
65
CONFIGURE_ARGS+=	--enable-${D}
(-)ntp/Makefile.inc (+1 lines)
Lines 2-7 Link Here
2
2
3
OPTIONS=	NTPSNMPD	"Build and install ntpsnmpd" OFF \
3
OPTIONS=	NTPSNMPD	"Build and install ntpsnmpd" OFF \
4
		SSL		"Enable SSL" ON \
4
		SSL		"Enable SSL" ON \
5
		SIGNING		"Enable time signing" OFF \
5
		IPV6		"Enable IPv6" OFF \
6
		IPV6		"Enable IPv6" OFF \
6
  		BANCOMM		"Enable Datum/Bancomm bc635/VME interface" OFF \
7
  		BANCOMM		"Enable Datum/Bancomm bc635/VME interface" OFF \
7
  		GPSVME		"Enable TrueTime GPS receiver/VME interface" OFF \
8
  		GPSVME		"Enable TrueTime GPS receiver/VME interface" OFF \

Return to bug 175918