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