1 # $NetBSD: Makefile,v 1.65 2010/12/28 12:48:38 pgoyette Exp $ 2 3 SUBDIR+= atexit citrus clone context convfp db \ 4 divrem gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \ 5 nsdispatch pty randomid regex rpc servent stdlib strptime sys time 6 7 .include <bsd.own.mk> 8 .include <bsd.sys.mk> 9 10 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") 11 SUBDIR+= ieeefp 12 .endif 13 .if (${MACHINE_ARCH} != "vax") 14 SUBDIR+= ldexp 15 .endif 16 17 .if exists(arch/${MACHINE_ARCH}) 18 SUBDIR+= arch/${MACHINE_ARCH} 19 .endif 20 21 .include <bsd.subdir.mk> 22