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
Remove /usr/include/readline from mtree too.
[dragonfly.git]
/
test
/
vmm
/
Makefile
blob
4d89231f6d98b64e847e4c7cb66fccc1276eaf2f
1
DESTDIR
= /
usr
/
local
/
bin
2
TARGETS
= $(
DESTDIR
)/
vmm_test
3
4
#CFLAGS= -O -g -I/usr/src/sys
5
6
all
: $(
TARGETS
)
7
8
$(
DESTDIR
)/
vmm_test
:
vmm_test.c
9
$(
CC
) $(
CFLAGS
)
vmm_test.c
-
o
${
.TARGET
}
10
11
clean
:
12
rm
-
f
$(
TARGETS
)