summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
blob: 34dc945ebc2db7a64e54d7206fedc6877b713690 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.7 2006/12/19 15:06:10 itojun Exp $

PROG=	route6d
MAN=	route6d.8
LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>