2002-04-21 20:24:19 +04:00
|
|
|
# $NetBSD: Makefile,v 1.27 2002/04/21 16:24:19 martin Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
2002-01-24 00:48:02 +03:00
|
|
|
SUBDIR+= _setjmp clone db div divrem \
|
|
|
|
gen hsearch int_fmtio md5sha popen regex rpc \
|
2001-09-22 23:57:42 +04:00
|
|
|
setjmp sigsetjmp string sys time
|
2002-04-21 20:24:19 +04:00
|
|
|
.if (${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
|
1995-04-18 23:24:21 +04:00
|
|
|
SUBDIR+= ieeefp
|
|
|
|
.endif
|
1999-08-30 21:03:16 +04:00
|
|
|
.if (${MACHINE_ARCH} != "vax")
|
|
|
|
SUBDIR+= ldexp
|
|
|
|
.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>
|