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

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