b354705227
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
8 lines
169 B
Makefile
8 lines
169 B
Makefile
#
|
|
# Makefile for xntpd.
|
|
# $Id: Makefile,v 1.6 1997/02/22 16:14:13 peter Exp $
|
|
#
|
|
SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff
|
|
|
|
.include <bsd.subdir.mk>
|