1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/tools/regression/posixshm/Makefile
2008-01-16 15:51:24 +00:00

10 lines
95 B
Makefile

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