Merge from vendor branch OPENSSH:
[dragonfly.git] / sbin / dhclient / dst / Makefile
1 # dst
2 # $FreeBSD: src/sbin/dhclient/dst/Makefile,v 1.2.2.2 2002/07/19 18:46:27 ru Exp $
3 # $DragonFly: src/sbin/dhclient/dst/Attic/Makefile,v 1.3 2005/01/04 19:58:54 joerg Exp $
4
5 .include "${.CURDIR}/../Makefile.common"
6
7 LIB=     dst
8 INTERNALLIB=            true
9
10 SRCS=   base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
11
12 CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
13
14 .include <bsd.lib.mk>