summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/Makefile
blob: 1c43318ea5b19a4b8ff429a385c724e6adafb50d (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 2001/12/01 23:27:23 miod Exp $

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

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

.include <bsd.prog.mk>