1# $OpenBSD: Makefile,v 1.59 2024/07/14 09:48:48 jca Exp $ 2 3SUBDIR+= _setjmp 4SUBDIR+= alloca arc4random-fork atexit 5SUBDIR+= basename 6SUBDIR+= cephes cxa-atexit 7SUBDIR+= db dirname 8SUBDIR+= elf_aux_info 9SUBDIR+= env explicit_bzero 10SUBDIR+= ffs fmemopen fnmatch fpclassify fread 11SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob 12SUBDIR+= hsearch 13SUBDIR+= ieeefp ifnameindex 14SUBDIR+= ldexp locale longjmp 15SUBDIR+= malloc mkstemp modf 16SUBDIR+= netdb 17SUBDIR+= open_memstream orientation 18SUBDIR+= popen printf 19SUBDIR+= qsort 20SUBDIR+= regex 21SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading 22SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum 23SUBDIR+= sys 24SUBDIR+= telldir time timingsafe 25SUBDIR+= uuid 26SUBDIR+= vis 27SUBDIR+= wprintf 28 29.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 30SUBDIR+= setjmp-fpu 31.endif 32 33.if exists(arch/${MACHINE_ARCH}) 34SUBDIR+= arch/${MACHINE_ARCH} 35.endif 36 37# XXX asr tests to not use bsd.regress.mk and works completly different 38# SUBDIR+= asr 39 40install: 41 42.include <bsd.subdir.mk> 43