1# $OpenBSD: Makefile,v 1.28 2008/10/02 12:26:45 millert 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 7 8.if (${MACHINE_ARCH} != "vax") 9SUBDIR+= ieeefp 10.endif 11 12.if exists(arch/${MACHINE_ARCH}) 13SUBDIR+= arch/${MACHINE_ARCH} 14.endif 15 16install: 17 18.include <bsd.subdir.mk> 19