Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:27:32 dillon Exp $
4
5 DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
6
7 .PATH: ${DIST_DIR}/dst
8
9 LIB=     dst
10 INTERNALLIB=            true
11
12 SRCS=   base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
13
14 CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
15
16 .include <bsd.lib.mk>