freebsd-nq/tools/regression/posixshm/Makefile

10 lines
95 B
Makefile
Raw Normal View History

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