1 # $NetBSD: Makefile,v 1.66 2010/12/28 17:35:25 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 14 .if exists(arch/${MACHINE_ARCH}) 15 SUBDIR+= arch/${MACHINE_ARCH} 16 .endif 17 18 .include <bsd.subdir.mk> 19