repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
mmcformat
/
Makefile
blob
68474ac5be645e091a1de12e3cd5e432930272b1
1
# $NetBSD: Makefile,v 1.1 2008/05/14 16:49:48 reinoud Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
mmcformat
6
MAN
=
mmcformat
.8
7
SRCS
=
mmcformat.c uscsi_sense.c uscsi_subr.c
8
9
CPPFLAGS
+= -
DSCSI
-
DUSCSI_SCSIPI
-
I
${
NETBSDSRCDIR
}/
sys
10
11
.
include
<
bsd.prog.mk
>