1995-04-24 05:52:15 +00:00
|
|
|
# $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $
|
1993-05-27 21:53:15 +00:00
|
|
|
|
1994-12-29 00:32:20 +00:00
|
|
|
SUBDIR+= _setjmp db regex setjmp sigsetjmp
|
1995-04-18 19:24:21 +00:00
|
|
|
.if (${MACHINE_ARCH} != "vax")
|
|
|
|
SUBDIR+= ieeefp
|
|
|
|
.endif
|
1993-05-27 21:53:15 +00:00
|
|
|
|
1995-04-24 05:52:15 +00:00
|
|
|
.if exists(arch/${MACHINE_ARCH})
|
|
|
|
SUBDIR+= arch/${MACHINE_ARCH}
|
|
|
|
.endif
|
|
|
|
|
1993-05-27 21:53:15 +00:00
|
|
|
regress: _SUBDIRUSE
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|