
dhcrelay(8) and omshell(1) have not been tested. Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
18 lines
425 B
Makefile
18 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:30 christos Exp $
|
|
|
|
BINDIR= /sbin
|
|
.include <bsd.own.mk> # for MKDYNAMICROOT definition
|
|
|
|
SRCS = dhclient.c clparse.c dhc6.c
|
|
PROG = dhclient
|
|
MAN = dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8
|
|
CPPFLAGS += -DCLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
|
|
|
|
DHCPSRCDIR= client
|
|
|
|
.if (${MKDYNAMICROOT} == "no")
|
|
LDSTATIC?= -static
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|