1# 2# $FreeBSD$ 3# 4 5.PATH: ${.CURDIR}/../../../contrib/ntp/util 6 7CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ 8 9DPADD= ${LIBNTP} ${LIBKVM} 10LDADD= ${LIBNTP} ${LIBKVM} 11 12PROG= ntptime 13NOMAN= yes 14 15SRCS= ntptime.c 16 17.include <bsd.prog.mk> 18