aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2009-12-15 14:59:58 +0000
committerOllivier Robert <roberto@FreeBSD.org>2009-12-15 14:59:58 +0000
commit09d432fc4a82d4aab5ba5230c43c06631ddac5dd (patch)
tree7a25754238a08a2748a7f670691a42d2c5d6efa3
parenteb6d21b4ca6d668cf89afd99eef7baeafa712197 (diff)
downloadsrc-09d432fc4a82d4aab5ba5230c43c06631ddac5dd.tar.gz
src-09d432fc4a82d4aab5ba5230c43c06631ddac5dd.zip
ntpd 4.2.4p8 is now in the tree, ntptrace is dead RIP.
Security: CVE-2009-3563
Notes
Notes: svn path=/head/; revision=200577
-rw-r--r--usr.sbin/ntp/Makefile2
-rw-r--r--usr.sbin/ntp/ntptrace/Makefile9
2 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile
index 86e447ddfb61..31ee56461e6e 100644
--- a/usr.sbin/ntp/Makefile
+++ b/usr.sbin/ntp/Makefile
@@ -1,7 +1,7 @@
# Makefile for ntpd.
# $FreeBSD$
-SUBDIR= libopts libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
+SUBDIR= libopts libntp libparse ntpd ntpdc ntpq ntpdate \
ntptime ntp-keygen sntp
SUBDIR+= doc
diff --git a/usr.sbin/ntp/ntptrace/Makefile b/usr.sbin/ntp/ntptrace/Makefile
deleted file mode 100644
index 8d7547cf5ea1..000000000000
--- a/usr.sbin/ntp/ntptrace/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../scripts
-
-SCRIPTS= ntptrace
-NO_MAN=
-NO_OBJ=
-
-.include <bsd.prog.mk>