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