xref: /netbsd-src/regress/lib/Makefile (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1#	$NetBSD: Makefile,v 1.27 2010/12/20 23:48:25 pgoyette Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= libc
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