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