NetBSD/regress/lib/libc/ieeefp/Makefile

14 lines
191 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1995/10/03 21:59:36 phil Exp $
1995-04-18 23:24:21 +04:00
.if ${MACHINE} == "pc532"
SUBDIR+= round
.else
SUBDIR+= except round
.endif
1995-04-18 23:24:21 +04:00
regress: _SUBDIRUSE
1995-04-18 23:24:21 +04:00
install:
1995-04-18 23:24:21 +04:00
.include <bsd.subdir.mk>