xref: /openbsd/usr.sbin/route6d/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.7 2006/12/19 15:06:10 itojun Exp $
2
3PROG=	route6d
4MAN=	route6d.8
5LDADD+=	-lutil
6DPADD+=	${LIBUTIL}
7
8.include <bsd.prog.mk>
9