summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/clockstuff/Makefile
blob: fc48a2c2601259ea5bdb8ea2adb34ebbc08ef70c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $FreeBSD$
#

PROG= propdelay
LDADD+= -L${.CURDIR}/../lib -lntp -lm
DPADD+= ${.CURDIR}/../lib/libntp.a ${LIBM}

SRCS= propdelay.c
NOMAN=

install:

CLEANFILES+= chutest clktest chutest.o clktest.o

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud