10 lines
95 B
Makefile

# $FreeBSD$
PROG= posixshm
SRCS= posixshm.c test.c
NO_MAN=
WARNS?= 3
.include <bsd.prog.mk>