Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.16
      1  1.16   itojun #	$NetBSD: Makefile,v 1.16 2003/08/04 04:20:25 itojun Exp $
      2   1.1      cgd 
      3   1.8   itojun .include <bsd.own.mk>
      4   1.8   itojun 
      5  1.14   provos SUBDIR+= csu libc libevent libposix libpthread librt libutil
      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.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