[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib

Annotation of src/lib/Makefile, Revision 1.85

1.85    ! provos      1: #      $NetBSD: Makefile,v 1.84 2003/04/22 20:35:17 elric Exp $
1.8       mycroft     2: #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
1.21      cgd         3:
1.62      thorpej     4: .include <bsd.own.mk>
                      5:
1.84      elric       6: SUBDIR=        csu libc .WAIT libarch libbsdmalloc libbz2 libcdk libcompat libcrypt \
1.85    ! provos      7:        libcurses libedit libevent libform libintl libkvm libl libm libmagic \
        !             8:        libmenu libossaudio libpcap libpci libpmc libposix libpthread \
        !             9:        libpthread_dbg libresolv librmt librpcsvc librt libterm libusbhid \
        !            10:        libutil libwrap liby libz
1.60      thorpej    11:
1.76      thorpej    12: .if (${MKSKEY} != "no")
                     13: SUBDIR+= libskey
                     14: .endif
                     15:
1.61      thorpej    16: # XXX Crypto bits must be done before libtelnet.
                     17:
1.62      thorpej    18: .if (${MKCRYPTO} != "no")
1.61      thorpej    19: # OpenSSL libraries.  NOTE!  WE DO NOT TRAVERSE INTO libdes FOR A REASON!
1.60      thorpej    20: SUBDIR+= libcrypto libssl
1.17      thorpej    21:
1.64      itojun     22: .if (${MKCRYPTO_IDEA} != "no")
                     23: SUBDIR+= libcrypto_idea
                     24: .endif # MKCRYPTO_IDEA != no
1.78      itojun     25:
                     26: .if (${MKCRYPTO_MDC2} != "no")
                     27: SUBDIR+= libcrypto_mdc2
                     28: .endif # MKCRYPTO_MDC2 != no
1.64      itojun     29:
                     30: .if (${MKCRYPTO_RC5} != "no")
                     31: SUBDIR+= libcrypto_rc5
                     32: .endif # MKCRYPTO_RC5 != no
                     33:
1.62      thorpej    34: .endif # MKCRYPTO != no
1.76      thorpej    35:
                     36: .if (${MKKERBEROS} != "no")
                     37: # Heimdal Kerberos 5 libraries
                     38: SUBDIR+= libroken libvers libcom_err libsl libss libasn1 libkrb5 libhdb \
                     39:         libkadm5srv libkadm5clnt libgssapi
                     40:
                     41: # KTH Kerberos 4 libraries
                     42: SUBDIR+= libkrb libkdb libkadm libkafs
                     43: SUBDIR+= libkstream
                     44: .endif # MKKERBEROS != no
1.54      thorpej    45:
1.30      mikel      46: SUBDIR+=       libtelnet
1.53      itojun     47:
                     48: # IPv6/IPsec
                     49: SUBDIR+=       libipsec
1.70      itojun     50:
1.75      tshiozak   51: # I18N modules
                     52: SUBDIR+=       i18n_module
1.1       cgd        53:
                     54: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>