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]
/
sbin
/
badsect
/
Makefile
blob
a0b5b0703fb0eadca748de311d68120eb223042d
1
# $NetBSD: Makefile,v 1.14 2004/08/08 02:50:46 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
badsect
7
SRCS
=
badsect.c ffs_bswap.c
8
MAN
=
badsect
.8
9
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
10
11
.
include
<
bsd.prog.mk
>