summaryrefslogtreecommitdiff
path: root/distrib/special/dhclient/Makefile
blob: 01ca62ce685e145bdda9a389fb92685eecb3ca8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$OpenBSD: Makefile,v 1.3 2000/03/01 22:10:09 todd Exp $

.include <bsd.own.mk>

.PATH:	${.CURDIR}/../../../usr.sbin/dhcp/dhclient
.PATH:  ${.CURDIR}/../../../usr.sbin/dhcp/common

COPTS+=-Os
CPPFLAGS+= -I${.CURDIR}/../../../usr.sbin/dhcp -I${.CURDIR}/../../../usr.sbin/dhcp/includes
SRCS=	dhclient.c clparse.c \
        raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
        packet.c memory.c print.c options.c inet.c convert.c sysconf.c \
        tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c resolv.c
PROG=	dhclient
MAN=

LDSTATIC?=      -static

.include <bsd.prog.mk>
.include <bsd.subdir.mk>