Cross Reference: Makefile
xref: /src/usr.sbin/ndp/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/ndp/
Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2015/12/14 06:17:05 ozaki-r Exp $
2
3.include <bsd.own.mk>
4
5USE_FORT?=	yes	# network client
6
7TCPDUMP=	${NETBSDSRCDIR}/external/bsd/tcpdump/dist
8.PATH:		${TCPDUMP}
9
10RUMPPRG=	ndp
11SRCS=		ndp.c gmt2local.c
12MAN=		ndp.8
13
14CPPFLAGS+=	-DINET6
15CPPFLAGS+=	-I. -I${TCPDUMP}
16
17.PATH:		${.CURDIR}/../../lib/libc/net
18RUMPSRCS=	getaddrinfo.c getifaddrs.c getnameinfo.c
19RUMPSRCS+=	if_indextoname.c if_nametoindex.c
20.if (${MKRUMP} != "no")
21CPPFLAGS+= 	-DRUMP_ACTION
22.endif
23
24.include <bsd.prog.mk>
25

Indexes created Sun Dec 21 23:09:34 GMT 2025