repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh: allow REPO and GITBRANCH env override
[minix.git]
/
sbin
/
fsck
/
Makefile
blob
3f65baf345b459169ecd9975d6e790c61be0933e
1
# $NetBSD: Makefile,v 1.18 2009/06/05 21:52:31 haad Exp $
2
3
PROG
=
fsck
4
SRCS
=
fsck.c fsutil.c preen.c
5
MAN
=
fsck
.8
6
7
LDADD
+=-
lutil
8
DPADD
+=${
LIBUTIL
}
9
10
LDADD
+=-
lprop
11
DPADD
+=${
LIBPROP
}
12
13
# LSC Does not compile without any warnings...
14
NOGCCERROR
:=
yes
15
16
.
include
<
bsd.prog.mk
>