repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hyperv/vmbus: Passthrough interrupt resource allocation to nexus
[dragonfly.git]
/
usr.sbin
/
mlxcontrol
/
Makefile
blob
922026ecd709a12dca65e349013ea377731d4fd4
1
# $FreeBSD: src/usr.sbin/mlxcontrol/Makefile,v 1.6 2010/01/02 11:07:44 ed Exp $
2
3
PROG
=
mlxcontrol
4
MAN
=
mlxcontrol
.8
5
SRCS
=
command.c interface.c util.c
6
7
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
8
9
.
include
<
bsd.prog.mk
>