freebsd-dev/usr.sbin/xntpd/clockstuff/Makefile
Garrett Wollman 9a20882e6a Deleted old configuration grot and added BSD-style Makefile. Added
README.FreeBSD.  Re-added NTP's version of getopt() and fixed conflicts.
1993-12-21 21:06:54 +00:00

17 lines
210 B
Makefile

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