MFC if_ethersubr.c rev1.77:
[dragonfly.git] / sbin / dhclient / dst / Makefile
blob0221adcf7bfdc9404526f6e4adef5e54b787e902
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 $
5 .include "${.CURDIR}/../Makefile.common"
7 LIB= dst
8 INTERNALLIB= true
10 SRCS= base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
12 CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
14 .include <bsd.lib.mk>