Lift the vax restriction on the nan test.

None of the tests in this directory will even build on the vax, and it's
disabled in the parent Makefile for that reason.
This commit is contained in:
kleink 2003-10-24 21:25:20 +00:00
parent 7381215ef1
commit d039cc06d0

View File

@ -1,11 +1,7 @@
# $NetBSD: Makefile,v 1.12 2002/05/12 13:17:52 bjh21 Exp $
# $NetBSD: Makefile,v 1.13 2003/10/24 21:25:20 kleink Exp $
# Don't hook up testfloat just yet. (ross, 2001.3.12)
SUBDIR+= except infinity round
.if ${MACHINE} != "vax"
SUBDIR+= nan
.endif
SUBDIR+= except infinity nan round
.include <bsd.subdir.mk>