Makefile revision 1.69
1#	$NetBSD: Makefile,v 1.69 2011/01/01 23:59:19 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 (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
10SUBDIR+= ieeefp
11.endif
12
13.if exists(arch/${MACHINE_ARCH})
14SUBDIR+= arch/${MACHINE_ARCH}
15.endif
16
17.include <bsd.subdir.mk>
18