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_msdos
/
Makefile
blob
0a57a37e6623153c513b1eda3755d8226b2dee88
1
# $NetBSD: Makefile,v 1.21 2008/08/05 20:57:45 pooka Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
mount_msdos
6
SRCS
=
mount_msdos.c fattr.c pathadj.c
7
MAN
=
mount_msdos
.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
>