NetBSD/usr.sbin/rtadvd/Makefile
itojun 14296ba1e6 make it clearer that /etc/rtadvd.conf is optional (normally,
configurations were derived from kernel interface settings).

install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.

sync with kame.
2001-01-21 15:01:36 +00:00

15 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/01/21 15:01:37 itojun Exp $
PROG= rtadvd
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
CPPFLAGS+=-DINET6
MAN= rtadvd.8 rtadvd.conf.5
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}
FILESDIR= /usr/share/examples/rtadvd
FILES= rtadvd.conf
.include <bsd.prog.mk>