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