freebsd-nq/sbin/dhclient/dst/Makefile

16 lines
251 B
Makefile
Raw Normal View History

2002-02-19 12:57:18 +00:00
# dst
# $FreeBSD$
DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dst
LIB= dst
INTERNALLIB= true
2002-02-19 22:23:49 +00: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 12:57:18 +00:00
.include <bsd.lib.mk>