1 # $NetBSD: Makefile,v 1.72 2011/01/04 14:22:06 pgoyette Exp $ 2 3 SUBDIR+= 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