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

Annotation of src/lib/Makefile, Revision 1.60

1.60    ! thorpej     1: #      $NetBSD: Makefile,v 1.59 2000/05/02 12:22:23 simonb Exp $
1.8       mycroft     2: #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
1.21      cgd         3:
1.54      thorpej     4: SRCTOP=        ..
                      5: .include <bsd.crypto.mk>
1.1       cgd         6:
1.58      veego       7: SUBDIR=        csu libarch libbz2 libc libcompat libcrypt libcurses libedit \
1.59      simonb      8:        libkvm libl libm libmenu libossaudio libpcap libposix \
1.57      jdc         9:        libresolv librmt librpcsvc libskey libterm libusb libutil libwrap \
                     10:        liby libz
1.60    ! thorpej    11:
        !            12: SUBDIR+= libcrypto libssl
1.17      thorpej    13:
1.54      thorpej    14: # XXX Crypto bits must be dealt with before libtelnet.
                     15: .if defined(CRYPTOPATH)
1.55      mrg        16: .sinclude "${CRYPTOPATH}/lib/Makefile.frag"
1.54      thorpej    17: .endif
                     18:
1.30      mikel      19: SUBDIR+=       libtelnet
1.53      itojun     20:
                     21: # IPv6/IPsec
                     22: SUBDIR+=       libipsec
1.1       cgd        23:
                     24: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>