aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/ntptime/Makefile
blob: 1c3f14d3be7c0e510b51730672f6f5345244811a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD: src/usr.sbin/ntp/ntptime/Makefile,v 1.6.20.1 2009/04/15 03:14:26 kensmith Exp $

.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>