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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sbin
/
mount_ntfs
/
Makefile
blob
a0a27cf0d6980f961eeb82c5bbb603874f2a39dc
1
# $NetBSD: Makefile,v 1.9 2005/06/27 01:00:06 christos Exp $
2
#
3
# Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp
4
#
5
6
.
include
<
bsd.own.mk
>
7
8
PROG
=
mount_ntfs
9
SRCS
=
mount_ntfs.c fattr.c pathadj.c
10
MAN
=
mount_ntfs
.8
11
12
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
13
CPPFLAGS
+= -
I
${
MOUNT
}
14
.PATH
: ${
MOUNT
}
15
16
DPADD
+=${
LIBUTIL
}
17
LDADD
+=-
lutil
18
19
.
include
<
bsd.prog.mk
>