summaryrefslogtreecommitdiff
path: root/usr.sbin/rip6query/Makefile
blob: 81722f04967c033ee53888583a860ea2efea414d (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2000/01/19 08:13:01 itojun Exp $

PROG=	rip6query
MAN=	rip6query.8

CPPFLAGS+=	-DINET6 -I${.CURDIR}/../route6d

.include <bsd.prog.mk>