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
/
resize_ffs
/
Makefile
blob
2d56a8ca01da85ae1b84dd0a26388d87747f4713
1
# $NetBSD: Makefile,v 1.1 2003/02/21 04:08:54 jtk Exp $
2
3
WARNS?
=
3
# XXX: sign-compare issues
4
5
PROG
=
resize_ffs
6
MAN
=
resize_ffs
.8
7
8
.
include
<
bsd.prog.mk
>