aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/rtadvd.tproj/Makefile
blob: ca540e292c806de14b56e2200e60311e73f1b063 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROG=	rtadvd
MAN=	rtadvd.8 rtadvd.conf.5
SRCS=	advcap.c config.c dump.c if.c \
	rrenum.c rtadvd_logging.c rtadvd.c \
	timer.c

LDADD+=-lutil

BINDIR=/usr/sbin

.include <bsd.prog.mk>