summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/Makefile
blob: 7c658546b769a7083956ea2f34bd8c42c0af36a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 1999/12/11 10:33:27 itojun Exp $

PROG=	rtadvd
SRCS=	rtadvd.c rrenum.c advcap.c if.c config.c timer.c

CPPFLAGS+=-DINET6
LDADD+=	-lcompat
DPADD+=	${LIBCOMPAT}
MAN=	rtadvd.8 rtadvd.conf.5

.include <bsd.prog.mk>