NetBSD/usr.sbin/rtadvd/Makefile
itojun e459e7617b sync with latest kame.
- decrease warning level on missing rtadvd.conf (actually, the file
  can be omitted)
- strict prototype
- gather stats better, emit stats on SIGUSR1 to /var/run
2000-05-23 11:37:58 +00:00

12 lines
244 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/05/23 11:37:58 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}
.include <bsd.prog.mk>