xref
: /
freebsd
/
tools
/
regression
/
posixsem
/
Makefile
(revision 5c2bc3db201a4fe8d7911cf816bea104d5dc2138)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
PROG
=
posixsem
2
SRCS
=
posixsem.c
test.c
3
LIBADD
=
kvm
4
MAN
=
5
6
WARNS
?=
3
7
8
.
include
<
bsd.prog.mk
>
9