#
# $FreeBSD: stable/3/usr.sbin/xntpd/clockstuff/Makefile 50581 1999-08-29 15:57:45Z peter $
#

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

SRCS= propdelay.c
NOMAN=

install:

CLEANFILES+= chutest clktest chutest.o clktest.o

.include <bsd.prog.mk>
