Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.18.2.1
      1  1.18.2.1  liamjfoy #	$NetBSD: Makefile,v 1.18.2.1 2007/07/22 18:44:52 liamjfoy 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.10   thorpej .if (${MKSKEY} != "no")
      8      1.10   thorpej SUBDIR+= libskey
      9      1.10   thorpej .endif
     10       1.8    itojun 
     11      1.15     lukem .if ${MKCRYPTO} != "no"
     12      1.16    itojun SUBDIR+= libcrypto libdes
     13       1.8    itojun .endif
     14       1.1       cgd 
     15       1.1       cgd .include <bsd.subdir.mk>
     16