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
Sync usage with man page.
[netbsd-mini2440.git]
/
share
/
examples
/
puffs
/
icfs
/
Makefile
blob
be958469875bcee053626328c16f9da565e565e5
1
# $NetBSD$
2
3
PROG
=
icfs
4
LDADD
+= -
lpuffs
-
lutil
5
DBG
=-
g
-
O0
6
7
WARNS
=
3
8
9
NOMAN
=
1
10
11
.
include
<
bsd.prog.mk
>