freebsd-dev/usr.sbin/xntpd/clockstuff/Makefile
Bruce Evans 6b91cbecf1 Fix library dependencies. The clockstuff directory isn't used but I
fixed the Makefile before I knew that.
1994-09-15 20:55:44 +00:00

17 lines
268 B
Makefile

#
# $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>