Drop main() prototype. Syncs with NetBSD-8
[minix.git] / usr.sbin / ndp / Makefile
blobe56a449b4e9679720acdd5d7a85ebd4a0c0cf519
1 # $NetBSD: Makefile,v 1.11 2015/09/01 09:54:34 ozaki-r Exp $
3 .include <bsd.own.mk>
5 USE_FORT?= yes # network client
7 TCPDUMP= ${NETBSDSRCDIR}/external/bsd/tcpdump/dist
8 .PATH: ${TCPDUMP}
10 RUMPPRG= ndp
11 SRCS= ndp.c gmt2local.c
12 MAN= ndp.8
14 CPPFLAGS+= -DINET6
15 CPPFLAGS+= -I. -I${TCPDUMP}
17 .PATH: ${.CURDIR}/../../lib/libc/net
18 RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c if_nametoindex.c
19 .if (${MKRUMP} != "no")
20 CPPFLAGS+= -DRUMP_ACTION
21 .endif
23 .include <bsd.prog.mk>