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
/
rot13fs
/
Makefile
blob
b61b3613e14fb9aba54aa93b65bdb08bd55526ce
1
# $NetBSD$
2
3
PROG
=
rot13fs
4
LDADD
+= -
lpuffs
-
lutil
5
DBG
=-
g
-
O0
6
7
WARNS
=
3
8
9
NOMAN
=
1
10
11
.
include
<
bsd.prog.mk
>