1998-01-21 08:47:18 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 1998/01/21 05:47:18 mycroft Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
1998-01-21 08:47:18 +03:00
|
|
|
SUBDIR+= _setjmp db regex setjmp sigsetjmp time
|
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
|
|
|
.include <bsd.subdir.mk>
|