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_ext2fs
/
Makefile
blob
90664408c40f8f1bb42c0d03d67a3201d8c2df0b
1
# $NetBSD: Makefile,v 1.7 2005/06/27 01:00:05 christos Exp $
2
#
3
# $OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
mount_ext2fs
8
SRCS
=
mount_ext2fs.c pathadj.c
9
MAN
=
mount_ext2fs
.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
>