1 1.18 he # $NetBSD: Makefile,v 1.18 2006/11/11 23:37:18 he Exp $ 2 1.1 cgd 3 1.8 itojun .include <bsd.own.mk> 4 1.8 itojun 5 1.18 he SUBDIR+= csu libc libevent libposix libpthread librt libutil 6 1.18 he 7 1.18 he .if (${MACHINE_CPU} != "alpha" && \ 8 1.18 he ${MACHINE_CPU} != "mips" && \ 9 1.18 he ${MACHINE_CPU} != "hppa") 10 1.18 he SUBDIR+= libssp 11 1.18 he .endif 12 1.10 thorpej 13 1.10 thorpej .if (${MKSKEY} != "no") 14 1.10 thorpej SUBDIR+= libskey 15 1.10 thorpej .endif 16 1.8 itojun 17 1.15 lukem .if ${MKCRYPTO} != "no" 18 1.16 itojun SUBDIR+= libcrypto libdes 19 1.8 itojun .endif 20 1.1 cgd 21 1.1 cgd .include <bsd.subdir.mk> 22