1 1.3 lukem # $NetBSD: Makefile,v 1.3 2023/06/03 09:09:08 lukem Exp $ 2 1.1 christos 3 1.1 christos LIBISPRIVATE= yes 4 1.1 christos 5 1.1 christos LIB = dhcp 6 1.1 christos SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ 7 1.1 christos lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \ 8 1.1 christos inet.c tree.c tables.c alloc.c fddi.c ctrace.c \ 9 1.1 christos dns.c resolv.c execute.c discover.c comapi.c ns_name.c 10 1.1 christos MAN = dhcp-options.5 dhcp-eval.5 11 1.1 christos 12 1.1 christos DHCPSRCDIR= common 13 1.1 christos 14 1.3 lukem COPTS.discover.c+= ${CC_WNO_STRINGOP_TRUNCATION} 15 1.3 lukem COPTS.parse.c+= ${CC_WNO_FORMAT_TRUNCATION} ${CC_WNO_CAST_FUNCTION_TYPE} 16 1.2 mrg 17 1.1 christos .include <bsd.lib.mk> 18