]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ifpifa/Makefile
DTrace: re-merge remainder of r249367 (original from Illumos).
[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>