#
# $FreeBSD: stable/2.2/usr.sbin/xntpd/authstuff/Makefile 50952 1999-09-05 11:54:50Z peter $
#
# 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

.if exists(${.OBJDIR}/../lib)
LDADD+= -L${.OBJDIR}/../lib
DPADD+= ${.OBJDIR}/../lib/libntp.a
.else
LDADD+= -L${.CURDIR}/../lib
DPADD+= ${.CURDIR}/../lib/libntp.a
.endif

LDADD+= -lntp

PROG= md5

SRCS= md5driver.c
NOMAN=

install:

.include <bsd.prog.mk>
