opnsense-src/sbin/dhclient/dst/Makefile

16 lines
251 B
Makefile
Raw Normal View History

2002-02-19 07:57:18 -05:00
# dst
# $FreeBSD$
DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dst
LIB= dst
INTERNALLIB= true
2002-02-19 17:23:49 -05:00
SRCS= base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
2002-02-19 07:57:18 -05:00
.include <bsd.lib.mk>