xref: /netbsd/regress/lib/Makefile (revision ca22813a)
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