diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-08-16 07:15:40 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-08-16 07:15:40 +0000 |
commit | c449428d74672571a58d7437a665564496b5ac71 (patch) | |
tree | 61b445d97045267857dfc6386713a9b1994c1280 /net/ntp-devel | |
parent | d2af3af029d2c756551a9415c70183aeb19a3541 (diff) |
Add SEL240X refclock.
Submitted by: Harlan Stenn <stenn@ntp.org> (ntp upline)
Notes
Notes:
svn path=/head/; revision=302615
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-devel/Makefile.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 7a826cf55712..43bb09fa25fe 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.7p295 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc index 35698436272c..62ad4c87c05c 100644 --- a/net/ntp-devel/Makefile.inc +++ b/net/ntp-devel/Makefile.inc @@ -46,6 +46,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ RAWDCF "Enable DCF77 raw time code" OFF \ RCC8000 "Enable RCC 8000 clock" OFF \ SCHMID "Enable Schmid DCF77 clock" OFF \ + SEL240X "Enable SEL 240X clocks" OFF \ TRIMTAIP "Enable Trimble GPS receiver/TAIP protocol" OFF \ TRIMTSIP "Enable Trimble GPS receiver/TSIP protocol" OFF \ WHARTON "Enable WHARTON 400A Series clock" OFF \ @@ -98,6 +99,7 @@ NTP_DRIVERS= \ RAWDCF \ RCC8000 \ SCHMID \ + SEL240X \ TRIMTAIP \ TRIMTSIP \ WHARTON \ |