]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/ifpifa/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / ifpifa / Makefile
1 # $FreeBSD$
2
3 PROG=   ifpifa
4 MAN=
5 WARNS?=6
6 BINDIR?=/usr/local/bin
7 DPADD=${LIBKVM}
8 LDADD=-lkvm
9
10 .include <bsd.prog.mk>