repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MFV r300961:
[freebsd-src.git]
/
usr.sbin
/
nandsim
/
Makefile
blob
9269ab5de34faab3bb062f31624619e5730f4622
1
# $FreeBSD$
2
3
PROG
=
nandsim
4
SRCS
=
nandsim.c nandsim_rcfile.c nandsim_cfgparse.c
5
BINDIR
= /
usr
/
sbin
6
MAN
=
nandsim
.8
7
8
.
include
<
bsd.prog.mk
>