1 1.30 christos # $NetBSD: Makefile,v 1.30 2002/07/15 22:04:00 christos Exp $ 2 1.1 cgd 3 1.29 itojun SUBDIR+= _setjmp clone db div divrem \ 4 1.29 itojun gen getaddrinfo hsearch int_fmtio md5sha popen regex rpc \ 5 1.30 christos setjmp sigsetjmp stdlib string sys time 6 1.28 bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") 7 1.4 jtc SUBDIR+= ieeefp 8 1.12 mycroft .endif 9 1.12 mycroft .if (${MACHINE_ARCH} != "vax") 10 1.12 mycroft SUBDIR+= ldexp 11 1.6 cgd .endif 12 1.6 cgd 13 1.6 cgd .if exists(arch/${MACHINE_ARCH}) 14 1.6 cgd SUBDIR+= arch/${MACHINE_ARCH} 15 1.4 jtc .endif 16 1.1 cgd 17 1.1 cgd .include <bsd.subdir.mk> 18