NetBSD-5.0.2/regress/sys/kern/ucontext/Makefile

#	$NetBSD: Makefile,v 1.1 2003/01/30 19:47:00 thorpej Exp $

WARNS=1

PROG=   context
SRCS=   context.c

NOMAN=

regress:
	./context

.include <bsd.prog.mk>