Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / rip6query / Makefile
blobcb6efd9318ae09e63a73ed7bdff809d899ea48d6
1 # $NetBSD: Makefile,v 1.3 2002/09/19 12:08:38 lukem Exp $
3 .include <bsd.own.mk>
5 USE_FORT?= yes # network client
7 PROG= rip6query
8 MAN= rip6query.8
10 CPPFLAGS+= -DINET6 -I${NETBSDSRCDIR}/usr.sbin/route6d
12 .include <bsd.prog.mk>