summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/Makefile
blob: c9df9e0ae7f6d0b022646d08a3240c86a1d1fb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.6 2008/04/21 20:40:55 rainer Exp $

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

CFLAGS+=-Wall
LDADD+=	-lutil
DPADD+=	${LIBUTIL}
MAN=	rtadvd.8 rtadvd.conf.5

.include <bsd.prog.mk>