xref: /netbsd-src/regress/lib/Makefile (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1#	$NetBSD: Makefile,v 1.26 2010/08/25 16:47:43 jmmv Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= libc libm
6
7.if (${MACHINE_CPU} != "alpha" && \
8     ${MACHINE_CPU} != "mips" && \
9     ${MACHINE_CPU} != "hppa")
10#SUBDIR+= libssp
11.endif
12
13.include <bsd.subdir.mk>
14