# $NetBSD: Makefile,v 1.40 2003/11/14 23:11:20 simonb Exp $ SUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \ gen getaddrinfo hsearch int_fmtio locale md5sha popen randomid \ regex rpc setjmp sigsetjmp stdio stdlib string sys time .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") SUBDIR+= ieeefp .endif .if (${MACHINE_ARCH} != "vax") SUBDIR+= ldexp .endif HAVE_SIGINFO != if (echo "\#include " && echo "SA_SIGINFO") | ${CC} -E -I${DESTDIR}/usr/include - | grep -sq 0x0040; then echo yes; else echo no; fi .if make(obj) || (${HAVE_SIGINFO} == "yes") SUBDIR+= siginfo .endif .if exists(arch/${MACHINE_ARCH}) SUBDIR+= arch/${MACHINE_ARCH} .endif .include