Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.23
      1  1.23      cgd #	$NetBSD: Makefile,v 1.23 1996/09/12 22:21:21 cgd Exp $
      2   1.8  mycroft #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
      3  1.21      cgd 
      4  1.21      cgd .include <bsd.own.mk>			# for EXPORTABLE_SYSTEM definition
      5   1.1      cgd 
      6  1.18      leo SUBDIR=	csu libarch libc libcompat libcrypt libcurses libedit libl \
      7  1.23      cgd 	libm libpcap libresolv librmt librpcsvc libskey libterm libutil \
      8  1.23      cgd 	liby libz
      9  1.18      leo 
     10  1.18      leo # XXX Temporarely until all ports are able to use libkvm (leo)
     11  1.20   mhitch .if	(${MACHINE} == "amiga") || \
     12  1.20   mhitch 	(${MACHINE} == "atari") || \
     13  1.19      gwr 	(${MACHINE} == "sun3")
     14  1.18      leo SUBDIR+=        libkvm
     15  1.18      leo .else
     16  1.18      leo SUBDIR+=        libkvm.old
     17  1.18      leo .endif
     18  1.17  thorpej 
     19  1.17  thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     20  1.17  thorpej # XXX process.
     21  1.17  thorpej .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM)
     22  1.17  thorpej SUBDIR+=libtelnet
     23  1.17  thorpej .endif
     24   1.1      cgd 
     25   1.1      cgd .include <bsd.subdir.mk>
     26