]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ifpifa/Makefile
MFV (r255364): move the code around in preparation for Nummularia.
[FreeBSD/FreeBSD.git] / tools / tools / ifpifa / Makefile
1 # $FreeBSD$
2
3 PROG=   ifpifa
4 NO_MAN=
5 WARNS?=6
6 BINDIR?=/usr/local/bin
7 DPADD=${LIBKVM}
8 LDADD=-lkvm
9
10 .include <bsd.prog.mk>