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
Regen for compat 50 update.
[netbsd-mini2440.git]
/
usr.sbin
/
dumpfs
/
Makefile
blob
d6853bd2e8e879a04a3e8306724cc4aea7a987bc
1
# $NetBSD: Makefile,v 1.13 2003/12/28 06:04:23 dbj Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
dumpfs
7
MAN
=
dumpfs
.8
8
SRCS
=
dumpfs.c ffs_bswap.c
9
10
.
ifndef
HOSTPROG
11
LDADD
+= -
lutil
12
DPADD
+= ${
LIBUTIL
}
13
.
endif
14
15
WARNS
=
2
16
17
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
18
19
20
.
include
<
bsd.prog.mk
>