Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sbin / dhclient / common / Makefile
1 # common
2 # $FreeBSD: src/sbin/dhclient/common/Makefile,v 1.2.2.2 2002/07/19 18:46:27 ru Exp $
3 # $DragonFly: src/sbin/dhclient/common/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}/common
8
9 LIB=    dhcp
10 INTERNALLIB=            true
11
12 SRCS=   alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c dispatch.c \
13         dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c lpf.c \
14         memory.c nit.c options.c packet.c parse.c print.c raw.c resolv.c \
15         socket.c tables.c tr.c tree.c upf.c
16
17 CFLAGS+= -I${DIST_DIR}
18
19 MAN=    dhcp-eval.5 dhcp-options.5
20
21 .include <bsd.lib.mk>