Makefile revision 139103
1139969Simp# $FreeBSD: head/tools/regression/sysvmsg/Makefile 139103 2004-12-21 08:47:35Z ru $
21556Srgrimes# SysV Message Queue Regression Utility
31556Srgrimes# Obtained from: $NetBSD: Makefile,v 1.3 2002/03/05 21:56:59 thorpej Exp $
41556Srgrimes
51556SrgrimesPROG=	msgtest
61556SrgrimesNO_MAN=
71556Srgrimes
81556Srgrimesregress:
91556Srgrimes	@if ./msgtest ./msgtest; then \
101556Srgrimes		echo "PASS"; \
111556Srgrimes	else \
121556Srgrimes		echo "FAIL"; \
131556Srgrimes	fi
141556Srgrimes
151556Srgrimes.include <bsd.prog.mk>
161556Srgrimes