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

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

SRCS= propdelay.c
NOMAN=

install:

CLEANFILES+= chutest clktest chutest.o clktest.o

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