summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-08-13 09:10:38 +0000
committerroberto <roberto@FreeBSD.org>2004-08-13 09:10:38 +0000
commita1686691cd42c5d031e06ec27c0819fbddbda811 (patch)
treee91412d0ac514a31f2f3ccbb8ed7a9c44efadb05 /usr.sbin/ntp
parent6f119c28ba61f81a0e2ea748fc004d673774ff13 (diff)
downloadFreeBSD-src-a1686691cd42c5d031e06ec27c0819fbddbda811.zip
FreeBSD-src-a1686691cd42c5d031e06ec27c0819fbddbda811.tar.gz
ntptimeset is not build anymore by default so remove it for the time being.
Prodded by: imp
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/ntptimeset/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/ntp/ntptimeset/Makefile b/usr.sbin/ntp/ntptimeset/Makefile
deleted file mode 100644
index 240e516..0000000
--- a/usr.sbin/ntp/ntptimeset/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate
-
-PROG= ntptimeset
-NOMAN= yes
-SRCS= ntptimeset.c ntptime_config.c version.c
-
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-
-DPADD= ${LIBNTP}
-LDADD= ${LIBNTP}
-
-CLEANFILES+= .version version.c
-
-version.c:
- sh -e ${.CURDIR}/../scripts/mkver ntptimeset
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud