1 1.22 plunky # $NetBSD: Makefile,v 1.22 2009/11/02 15:44:12 plunky Exp $ 2 1.1 cgd 3 1.8 itojun .include <bsd.own.mk> 4 1.8 itojun 5 1.22 plunky SUBDIR+= csu libc libm 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.19 tls #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.21 cube SUBDIR+= libdes 19 1.8 itojun .endif 20 1.1 cgd 21 1.1 cgd .include <bsd.subdir.mk> 22