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
Sync usage with man page.
[netbsd-mini2440.git]
/
sbin
/
mount_tmpfs
/
Makefile
blob
2000a17f8f1d6a80abccd6e7b55471ea2a3a7116
1
# $NetBSD: Makefile,v 1.4 2008/08/05 20:57:45 pooka Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
mount_tmpfs
6
SRCS
=
mount_tmpfs.c fattr.c pathadj.c
7
MAN
=
mount_tmpfs
.8
8
9
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
10
.PATH
: ${
MOUNT
}
11
12
CPPFLAGS
+= -
I
${
MOUNT
}
13
DPADD
+= ${
LIBUTIL
}
14
LDADD
+= -
lutil
15
16
.
include
<
bsd.prog.mk
>