Makefile revision 1.18
1#	$NetBSD: Makefile,v 1.18 2006/11/11 23:37:18 he 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")
10SUBDIR+= 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