xref: /netbsd/regress/lib/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.10 2002/03/22 18:10:22 thorpej Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= csu libc libposix
6
7.if (${MKSKEY} != "no")
8SUBDIR+= libskey
9.endif
10
11.if ${MKCRYPTO} == "yes"
12SUBDIR+= libcrypto
13.endif
14
15.include <bsd.subdir.mk>
16