134b5f49f2
(to be run on routers)
12 lines
235 B
Makefile
12 lines
235 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/07/02 09:28:17 itojun Exp $
|
|
|
|
PROG= rtadvd
|
|
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c
|
|
|
|
CFLAGS+=-DINET6
|
|
MAN= rtadvd.8 rtadvd.conf.5
|
|
LDADD+= -lcompat
|
|
DPADD+= ${LIBCOMPAT}
|
|
|
|
.include <bsd.prog.mk>
|