1 # $NetBSD: Makefile,v 1.71 2011/01/02 22:10:23 pgoyette Exp $ 2 3 SUBDIR+= atexit citrus db divrem getaddrinfo int_fmtio locale \ 4 nsdispatch regex rpc sys time 5 6 .include <bsd.own.mk> 7 .include <bsd.sys.mk> 8 9 .if exists(arch/${MACHINE_ARCH}) 10 SUBDIR+= arch/${MACHINE_ARCH} 11 .endif 12 13 .include <bsd.subdir.mk> 14