Add IPv6 option.

Feature safe:	yes
This commit is contained in:
Cy Schubert 2011-11-27 20:04:08 +00:00
parent 639e715981
commit 96d2beff4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286514
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,8 @@
# $FreeBSD: /tmp/pcvs/ports/net/ntp-rc/Makefile.inc,v 1.1 2011-11-27 19:55:46 cy Exp $ # $FreeBSD: /tmp/pcvs/ports/net/ntp-rc/Makefile.inc,v 1.2 2011-11-27 20:04:08 cy Exp $
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \ SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \ BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \ GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \ ACTS "Enable ACTS modem service" OFF \

View file

@ -2,6 +2,7 @@
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \ SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \ BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \ GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \ ACTS "Enable ACTS modem service" OFF \