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
/
mount_sysvbfs
/
Makefile
blob
064d5d2a4b9b00d3bed82980b6c66b48fe97675b
1
# $NetBSD: Makefile,v 1.1 2005/12/29 14:53:45 tsutsui Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
mount_sysvbfs
6
SRCS
=
mount_sysvbfs.c fattr.c pathadj.c
7
MAN
=
mount_sysvbfs
.8
8
9
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
10
CPPFLAGS
+= -
I
${
MOUNT
}
11
.PATH
: ${
MOUNT
}
12
13
DPADD
+=${
LIBUTIL
}
14
LDADD
+=-
lutil
15
16
.
include
<
bsd.prog.mk
>