1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../contrib/ntp/util 4 5PROG= ntptime 6MAN= 7 8CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ 9 10LIBADD= ntp 11 12.include <bsd.prog.mk> 13