summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dst/Makefile
blob: e0624797f1dfb4a545b77f03dacf86b118fbcd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# dst
# $FreeBSD$

DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp

.PATH: ${DIST_DIR}/dst

LIB=	 dst
INTERNALLIB=		true
INTERNALSTATICLIB=	true

SRCS=	base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c

CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB

NOMAN=			true

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