freebsd-skq/usr.sbin/ntp/ntptimeset/Makefile

20 lines
355 B
Makefile
Raw Normal View History

# $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>