summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/authstuff/Makefile
blob: 2920264fac59512fede1dc096e2765fa2d0f590b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $Id$
#
# 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.

PROG= md5
LDADD+= -L${.CURDIR}/../lib -lntp
DPADD+= ${.CURDIR}/../lib/libntp.a
CFLAGS+= -I${.CURDIR}/../include

SRCS= md5driver.c
NOMAN=

install:

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud