freebsd-dev/usr.sbin/xntpd/clockstuff/Makefile
Bruce Evans 15d0bb0b98 Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal
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.
1998-03-07 09:46:17 +00:00

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>