3ee9d48c4d
forking and execing.
15 lines
212 B
Makefile
15 lines
212 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/08/28 07:47:24 gmcgarry Exp $
|
|
|
|
PROG= ras2
|
|
NOMAN= #defined
|
|
WARNS= 2
|
|
|
|
regress:
|
|
@if ./${PROG} ; then \
|
|
echo "PASSED"; \
|
|
else \
|
|
echo "FAILED"; \
|
|
fi
|
|
|
|
.include <bsd.prog.mk>
|