eacae6dc66
Sponsored by: EMC / Isilon Storage Division
11 lines
104 B
Makefile
11 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= posixsem
|
|
SRCS= posixsem.c test.c
|
|
LIBADD= kvm
|
|
MAN=
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|