aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/mqueue/mqtest4/Makefile
blob: 781d76da220b090759e941cdd1d9ce7d2a7177f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=mqtest4
DPADD=	${LIBRT}
LDADD=	-lrt
MAN=
DEBUG_FLAGS=-g

.include <bsd.prog.mk>