1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/usr.sbin/ntp/ntptime/Makefile

14 lines
208 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/ntp/util
PROG= ntptime
NO_MAN=
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
.include <bsd.prog.mk>