summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-10-08 18:47:30 +0000
committerdes <des@FreeBSD.org>1998-10-08 18:47:30 +0000
commit8aeb1f4eccfd8568499e5e8f273d80e20568efeb (patch)
tree4ab554e048f93afe6db7675cd8739ca5b84742b4 /usr.sbin/xntpd
parentf20c820e311d266b7317be0652fc827a3b147d1c (diff)
downloadFreeBSD-src-8aeb1f4eccfd8568499e5e8f273d80e20568efeb.zip
FreeBSD-src-8aeb1f4eccfd8568499e5e8f273d80e20568efeb.tar.gz
Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.
Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile
index 8f71fa9..409f99c 100644
--- a/usr.sbin/xntpd/Makefile
+++ b/usr.sbin/xntpd/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for xntpd.
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 16:14:13 peter Exp $
#
-SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff util
+SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud