15d0bb0b98
libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively.
17 lines
231 B
Makefile
17 lines
231 B
Makefile
#
|
|
# $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>
|