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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
sbin
/
fsck_msdos
/
Makefile
blob
28bd64ac4562292620830e39c75a5e949c5699eb
1
# $NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fsck_msdos
6
MAN
=
fsck_msdos
.8
7
SRCS
=
main.c
check
.c boot.c fat.c
dir
.c fsutil.c
8
9
FSCK
= ${
NETBSDSRCDIR
}/
sbin
/
fsck
10
CPPFLAGS
+= -
I
${
FSCK
}
11
.PATH
: ${
FSCK
}
12
13
LDADD
+=-
lutil
14
DPADD
+=${
LIBUTIL
}
15
16
.
include
<
bsd.prog.mk
>