]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/ifpifa/Makefile
Cleanup pass through the relnotes file:
[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>