1# $OpenBSD: Makefile,v 1.35 2012/11/18 04:11:09 jsing Exp $ 2 3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env 4SUBDIR+= fnmatch fpclassify getaddrinfo getcap getopt_long glob hsearch 5SUBDIR+= longjmp locale malloc mkstemp netdb orientation popen printf 6SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf 7SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum 8SUBDIR+= telldir time vis 9 10.if (${MACHINE_ARCH} != "vax") 11SUBDIR+= ieeefp 12.endif 13 14.if exists(arch/${MACHINE_ARCH}) 15SUBDIR+= arch/${MACHINE_ARCH} 16.endif 17 18install: 19 20.include <bsd.subdir.mk> 21