repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Fix some rare pmap races in i386 and x86_64 (followup)
[dragonfly.git]
/
sbin
/
mount_tmpfs
/
Makefile
blob
c84942f926c09bf98d681456fae915af03660773
1
#
2
# $DragonFly: src/sbin/mount_hammer/Makefile,v 1.1 2007/10/10 19:35:19 dillon Exp $
3
4
PROG
=
mount_tmpfs
5
SRCS
=
mount_tmpfs.c getmntopts.c
6
MAN
=
mount_tmpfs
.8
7
LDADD
+= -
lutil
8
9
MOUNT
= ${
.CURDIR
}/
..
/
mount
10
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
-
I
${
MOUNT
}
11
.PATH
: ${
MOUNT
}
12
13
.
include
<
bsd.prog.mk
>