Cross Reference: Makefile
xref: /src/usr.sbin/rtadvd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/rtadvd/
Makefile revision 1.19
1# $NetBSD: Makefile,v 1.19 2016/06/15 13:57:26 riastradh Exp $
2
3WARNS?=	4
4
5.include <bsd.own.mk>
6
7USE_FORT?=	yes	# network server
8
9RUMPPRG=	rtadvd
10SRCS=		rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
11MAN=		rtadvd.8 rtadvd.conf.5
12
13CPPFLAGS+=	-DINET6
14LDADD+=		-lutil
15DPADD+=		${LIBUTIL}
16
17.if ${MKSHARE} != "no"
18FILESDIR=	/usr/share/examples/rtadvd
19FILES=	rtadvd.conf
20.endif
21
22.PATH:	${.CURDIR}/../../lib/libc/net
23RUMPSRCS=	getifaddrs.c getnameinfo.c if_indextoname.c if_nametoindex.c
24.if (${MKRUMP} != "no")
25CPPFLAGS+=	-DRUMP_ACTION
26.endif
27
28
29.include <bsd.prog.mk>
30

Indexes created Sat Dec 20 21:09:36 GMT 2025