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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
sbin
/
newfs_sysvbfs
/
Makefile
blob
9d453ab44453ef91d722ec208315e08c7b1fdc80
1
# $NetBSD: Makefile,v 1.2 2006/05/11 23:16:29 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
newfs_sysvbfs
6
MAN
=
newfs_sysvbfs
.8
7
8
DPADD
+= ${
LIBUTIL
}
9
LDADD
+= -
lutil
10
11
.if defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
12
COPTS.newfs_sysvbfs.c
+= -
Wno-pointer-sign
13
.
endif
14
15
.
include
<
bsd.prog.mk
>