xref: /netbsd-src/regress/lib/Makefile (revision 267197ec1eebfcb9810ea27a89625b6ddf68e3e7)
1#	$NetBSD: Makefile,v 1.20 2007/08/21 19:52:36 drochner Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= csu libc libevent libm libposix libpthread librt libutil
6
7.if (${MACHINE_CPU} != "alpha" && \
8     ${MACHINE_CPU} != "mips" && \
9     ${MACHINE_CPU} != "hppa")
10#SUBDIR+= libssp
11.endif
12
13.if (${MKSKEY} != "no")
14SUBDIR+= libskey
15.endif
16
17.if ${MKCRYPTO} != "no"
18SUBDIR+= libcrypto libdes
19.endif
20
21.include <bsd.subdir.mk>
22