summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/except/Makefile
blob: 91f24f15f680980ce82605025c365ddacfeff5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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>