1 # $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
6 SRCS
= raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
7 lpf.c dlpi.c packet.c tr.c ethernet.c memory.c
print.c options.c \
8 inet.c tree.c tables.c alloc.c fddi.c ctrace.c \
9 dns.c resolv.c execute.c discover.c comapi.c ns_name.c
10 MAN
= dhcp-options
.5 dhcp-eval
.5
17 .if
!empty
(DBG
:M-Og
) ||
!empty
(CFLAGS
:M-Og
) || \
18 !empty
(DBG
:M-g
) ||
!empty
(CFLAGS
:M-g
)
19 #LSC: -Wno-maybe-uninitialized while compiling with -DNDEBUG -Og
20 CWARNFLAGS.gcc
+= -Wno-maybe-uninitialized
22 .
endif # defined(__MINIX)