20 lines
494 B
Makefile
20 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.20 2001/12/12 01:48:49 tv Exp $
|
|
|
|
MAN = dhcp-options.5 dhcp-eval.5
|
|
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
|
|
|
|
DHCPSRCDIR= common
|
|
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE=# defined
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|