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
nvme - Add nvmectl userland utility
[dragonfly.git]
/
sbin
/
nvmectl
/
Makefile
blob
48a3871719ae268f4ea9483b07f05b6a139f59cb
1
#
2
#
3
PROG
=
nvmectl
4
#MAN= nvmectl.8
5
NOMAN
=
TRUE
6
SRCS
=
nvmectl.c subs.c
7
8
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
9
LDADD
= -
lutil
10
11
.
include
<
bsd.prog.mk
>