summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
blob: 085d1a1d78fd825cc6eb44532e8cbe2262254369 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.6 2002/10/26 20:16:13 itojun Exp $

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

CPPFLAGS+=	-DINET6 -DHAVE_POLL_H

.include <bsd.prog.mk>