summaryrefslogtreecommitdiff
path: root/regress/sys/uvm/stack_exec/Makefile
blob: 7c72a20d467df49f4de4a03a206651d011620759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1 2003/12/10 13:24:59 drochner Exp $

NOMAN=	#
PROG=	tramptest
LDADD=	-lpthread

regress:
	@if ./tramptest; then \
		echo "PASSED"; \
	else \
		echo "FAILED"; \
	fi

.include <bsd.prog.mk>