summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/clockstuff/Makefile
blob: 5dfc4ca86215c2231ef51b0978b37b392557cfeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: Makefile,v 1.4 1997/02/22 16:14:17 peter Exp $
#

PROG= propdelay
DPADD=	${LIBNTP} ${LIBM}
LDADD=	${LIBNTP} -lm

SRCS= propdelay.c
NOMAN=

install:

CLEANFILES+= chutest clktest chutest.o clktest.o

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