summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/authstuff/Makefile
blob: 1f5f631f4203acc95c0abb9869cf97b146f1083c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# $FreeBSD$
#
# 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>
OpenPOWER on IntegriCloud