10 lines
95 B
Makefile
10 lines
95 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= posixshm
|
||
|
SRCS= posixshm.c test.c
|
||
|
NO_MAN=
|
||
|
|
||
|
WARNS?= 3
|
||
|
|
||
|
.include <bsd.prog.mk>
|