1# $OpenBSD: Makefile,v 1.33 2011/07/02 18:12:48 martynas 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 env cephes 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