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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
test
/
testcases
/
posixipc
/
open_bad_value
/
Makefile
blob
b3ada4f3f9e7b0a3970f6c8368ea7cfc2bd67911
1
PROG
=
open_bad_value
2
SRCS
=
open_bad_value.c common.c
3
NOMAN
=
4
LDADD
= -
lpthread
5
6
CFLAGS
= -
I
${
.CURDIR
}/
..
/
common
7
WARNS?
=
3
8
9
.
include
<
bsd.prog.mk
>
10
.PATH
: ${
.CURDIR
}/
..
/
common