Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / ntp / ntptime / Makefile
1 # $FreeBSD: src/usr.sbin/ntp/ntptime/Makefile,v 1.2.2.1 2001/12/21 17:42:35 roberto Exp $
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5 PROG=   ntptime
6 NOMAN=  yes
7 SRCS=   ntptime.c
8
9 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
10
11 DPADD=  ${LIBNTP}
12 LDADD=  ${LIBNTP}
13
14 .include <bsd.prog.mk>