]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ifpifa/Makefile
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
[FreeBSD/FreeBSD.git] / tools / tools / ifpifa / Makefile
1 # $FreeBSD$
2
3 PROG=   ifpifa
4 MAN=
5 WARNS?=6
6 BINDIR?=/usr/local/bin
7 LIBADD=kvm
8
9 .include <bsd.prog.mk>