xref: /netbsd-src/regress/lib/Makefile (revision 4b896b232495b7a9b8b94a1cf1e21873296d53b8)
1#	$NetBSD: Makefile,v 1.16 2003/08/04 04:20:25 itojun Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= csu libc libevent libposix libpthread librt libutil
6
7.if (${MKSKEY} != "no")
8SUBDIR+= libskey
9.endif
10
11.if ${MKCRYPTO} != "no"
12SUBDIR+= libcrypto libdes
13.endif
14
15.include <bsd.subdir.mk>
16