Update isc-dhcp to 3.0.2rc3 using patch infrastructure.
[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.3 2005/01/04 19:58:54 joerg Exp $
4
5 .include "${.CURDIR}/../Makefile.common"
6
7 LIB=    dhcp
8 INTERNALLIB=            true
9
10 .if defined(BUILDING_SERVER)    # only install for dhclient
11 NOMAN=  true
12 .endif
13
14 SRCS=   alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c dispatch.c \
15         dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c \
16         lpf.c memory.c nit.c options.c packet.c parse.c print.c raw.c \
17         resolv.c socket.c tables.c tr.c tree.c upf.c
18
19 PATCHES=dhcp-options.5.patch discover.c.patch dispatch.c.patch parse.c.patch
20
21 MAN=    dhcp-eval.5 dhcp-options.5
22
23 .include <bsd.lib.mk>