summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/clockstuff/Makefile
blob: 425d79d1ddaae5d09331e1dd50e420ba836def43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: Makefile,v 1.1 1993/12/21 21:06:24 wollman Exp $
#

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