summaryrefslogtreecommitdiffstats
path: root/tools/regression/sysvmsg/Makefile
blob: c4c09e991cb00cd7f72deb24768d32f986ae423c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
# SysV Message Queue Regression Utility
# Obtained from: $NetBSD: Makefile,v 1.3 2002/03/05 21:56:59 thorpej Exp $

PROG=	msgtest
MAN=

regress:
	@if ./msgtest ./msgtest; then \
		echo "PASS"; \
	else \
		echo "FAIL"; \
	fi

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud