Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.21
      1  1.21      cube #	$NetBSD: Makefile,v 1.21 2009/02/14 00:26:14 cube Exp $
      2   1.1       cgd 
      3   1.8    itojun .include <bsd.own.mk>
      4   1.8    itojun 
      5  1.20  drochner SUBDIR+= csu libc libevent 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