Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.27
      1  1.27  matthias #	$NetBSD: Makefile,v 1.27 1997/02/08 09:38:38 matthias 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.26       mrg 	libwrap liby libz
      9  1.18       leo 
     10  1.24       cgd # XXX Temporary until all ports are able to use libkvm (leo)
     11  1.24       cgd .if	(${MACHINE} == "alpha") || \
     12  1.24       cgd 	(${MACHINE} == "amiga") || \
     13  1.20    mhitch 	(${MACHINE} == "atari") || \
     14  1.27  matthias 	(${MACHINE} == "pc532") || \
     15  1.25        pk 	(${MACHINE} == "sparc") || \
     16  1.19       gwr 	(${MACHINE} == "sun3")
     17  1.18       leo SUBDIR+=        libkvm
     18  1.18       leo .else
     19  1.18       leo SUBDIR+=        libkvm.old
     20  1.18       leo .endif
     21  1.17   thorpej 
     22  1.17   thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     23  1.17   thorpej # XXX process.
     24  1.17   thorpej .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM)
     25  1.17   thorpej SUBDIR+=libtelnet
     26  1.17   thorpej .endif
     27   1.1       cgd 
     28   1.1       cgd .include <bsd.subdir.mk>
     29