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

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

CPPFLAGS+=	-DINET6

.include <bsd.prog.mk>