ntptimeset is not build anymore by default so remove it for the time being.

Prodded by:	imp
This commit is contained in:
roberto 2004-08-13 09:10:38 +00:00
parent 6f119c28ba
commit a1686691cd

View File

@ -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>