freebsd-nq/usr.sbin/xntpd/authstuff/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

21 lines
370 B
Makefile

#
# $Id: Makefile,v 1.5 1997/02/22 16:14:15 peter Exp $
#
# Most of the programs in this directory are completely useless for the
# NTP configuration that we provide by default.
# We provide the `md5' program as a public service.
CFLAGS+= -I${.CURDIR}/../include
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
PROG= md5
SRCS= md5driver.c
NOMAN=
install:
.include <bsd.prog.mk>