1# $OpenBSD: Makefile,v 1.48 2016/05/29 17:09:07 beck Exp $ 2 3SUBDIR+= _setjmp alloca arc4random-fork 4SUBDIR+= atexit basename cephes cxa-atexit db dirname env 5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob 6SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb 7SUBDIR+= open_memstream orientation popen printf 8SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading 9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 10SUBDIR+= telldir time timingsafe vis 11 12.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 13SUBDIR+= getaddrinfo 14SUBDIR+= setjmp-fpu 15.endif 16 17.if (${MACHINE_ARCH} != "vax") 18SUBDIR+= ieeefp 19.endif 20 21.if exists(arch/${MACHINE_ARCH}) 22SUBDIR+= arch/${MACHINE_ARCH} 23.endif 24 25install: 26 27.include <bsd.subdir.mk> 28