xref
: /
freebsd
/
tools
/
regression
/
posixsem
/
Makefile
(revision c7a33fe37d7688cb21c743f68256680e003210ad)
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