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
/
dtfs
/
Makefile
blob
64004cc3740f5d57490ab9b8f0db883d299e4795
1
# $NetBSD$
2
3
PROG
=
dtfs
4
SRCS
=
dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
5
LDADD
+= -
lpuffs
-
lutil
6
DBG
=-
g
-
O0
7
8
WARNS
=
2
9
10
NOMAN
=
has gone before
11
12
.
include
<
bsd.prog.mk
>