Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / dhcp / lib / common / Makefile
bloba6f2100cad89e059e337ae712429a16e561b1033
1 # $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
3 LIBISPRIVATE= yes
5 LIB = dhcp
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
12 DHCPSRCDIR= common
14 .include <bsd.lib.mk>
16 .if defined(__MINIX)
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
21 .endif
22 .endif # defined(__MINIX)