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]
/
sbin
/
fsirand
/
Makefile
blob
74792dc5b146ef85c261dc86c837f6678868b691
1
# $NetBSD: Makefile,v 1.7 2005/01/20 16:02:32 xtraeme Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fsirand
6
SRCS
=
fsirand.c ffs_bswap.c
7
MAN
=
fsirand
.8
8
9
LDADD
+= -
lutil
10
11
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
12
13
.
include
<
bsd.prog.mk
>