summaryrefslogtreecommitdiff
path: root/regress/lib/libc/ieeefp/except/Makefile
blob: ad9698f74fc481d4998dc468e2ab2111d782eec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $
#	$NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $

PROG=	except
SRCS=	except.c
NOMAN=

install:

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>