Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 2007/05/30 19:49:49 tls Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+= csu libc libevent 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