66176dfdff
a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
15 lines
419 B
Makefile
15 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/05/03 14:48:32 lukem Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB = dhcp
|
|
SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
|
lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
|
|
inet.c tree.c tables.c alloc.c fddi.c ctrace.c \
|
|
dns.c resolv.c execute.c discover.c comapi.c
|
|
MAN = dhcp-options.5 dhcp-eval.5
|
|
|
|
DHCPSRCDIR= common
|
|
|
|
.include <bsd.lib.mk>
|