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 duplicate line and add missing MLINK.
[dragonfly.git]
/
test
/
lockf
/
Makefile
blob
4f8ebe2fd314503ae4fe604be7c6942b14fda389
1
# $DragonFly: src/test/lockf/Makefile,v 1.1 2004/05/11 08:03:57 joerg Exp $
2
3
TARGETS
=/
tmp
/
lockf
4
5
all
: $(
TARGETS
)
6
7
/
tmp
/
lockf
:
lockf.c
8
$(
CC
) $(
CFLAGS
)
lockf.c
-
o
${
.TARGET
}
9
10
clean
:
11
rm
-
f
$(
TARGETS
)