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
/
mount_filecore
/
Makefile
blob
a65affa34458f7356962945f22c2463845fad470
1
# $NetBSD: Makefile,v 1.7 2005/02/05 14:55:44 xtraeme Exp $
2
#
3
# Makefile 1.0 1998/6/26
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
mount_filecore
8
SRCS
=
mount_filecore.c fattr.c
9
MAN
=
mount_filecore
.8
10
11
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
12
CPPFLAGS
+= -
I
${
MOUNT
}
13
.PATH
: ${
MOUNT
}
14
15
DPADD
+=${
LIBUTIL
}
16
LDADD
+=-
lutil
17
18
.
include
<
bsd.prog.mk
>