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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
dumpfs
/
Makefile
blob
853adef563f03260689358c8e5cbbe68be5dd4c6
1
# $NetBSD: Makefile,v 1.14 2004/01/03 19:32:58 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
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
16
17
18
.
include
<
bsd.prog.mk
>