9a20882e6a
README.FreeBSD. Re-added NTP's version of getopt() and fixed conflicts.
17 lines
210 B
Makefile
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>
|