1 1.10 thorpej # $NetBSD: Makefile,v 1.10 2002/03/22 18:10:22 thorpej Exp $ 2 1.1 cgd 3 1.8 itojun .include <bsd.own.mk> 4 1.8 itojun 5 1.10 thorpej SUBDIR+= csu libc libposix 6 1.10 thorpej 7 1.10 thorpej .if (${MKSKEY} != "no") 8 1.10 thorpej SUBDIR+= libskey 9 1.10 thorpej .endif 10 1.8 itojun 11 1.8 itojun .if ${MKCRYPTO} == "yes" 12 1.8 itojun SUBDIR+= libcrypto 13 1.8 itojun .endif 14 1.1 cgd 15 1.1 cgd .include <bsd.subdir.mk> 16