Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.35
      1  1.35   kleink #	$NetBSD: Makefile,v 1.35 1997/05/18 20:31:22 kleink 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.35   kleink 	libm libntp libpcap libposix libresolv librmt librpcsvc libskey \
      8  1.35   kleink 	libterm libutil libwrap liby libz
      9  1.18      leo 
     10  1.30    mikel .if	make(clean) || make(cleandir)
     11  1.30    mikel SUBDIR+=	libkvm libkvm.old libtelnet
     12  1.30    mikel .else
     13  1.30    mikel 
     14  1.24      cgd # XXX Temporary until all ports are able to use libkvm (leo)
     15  1.34  thorpej .if	(${MACHINE} == "alpha")   || \
     16  1.34  thorpej 	(${MACHINE} == "amiga")   || \
     17  1.34  thorpej 	(${MACHINE} == "atari")   || \
     18  1.34  thorpej 	(${MACHINE} == "hp300")   || \
     19  1.34  thorpej 	(${MACHINE} == "mac68k" ) || \
     20  1.34  thorpej 	(${MACHINE} == "mvme68k") || \
     21  1.34  thorpej 	(${MACHINE} == "pc532")   || \
     22  1.34  thorpej 	(${MACHINE} == "sparc")   || \
     23  1.34  thorpej 	(${MACHINE} == "sun3")    || \
     24  1.34  thorpej 	(${MACHINE} == "sun3x")   || \
     25  1.31  thorpej 	(${MACHINE} == "powerpc")
     26  1.18      leo SUBDIR+=        libkvm
     27  1.18      leo .else
     28  1.18      leo SUBDIR+=        libkvm.old
     29  1.18      leo .endif
     30  1.17  thorpej 
     31  1.17  thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     32  1.17  thorpej # XXX process.
     33  1.17  thorpej .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM)
     34  1.30    mikel SUBDIR+=	libtelnet
     35  1.17  thorpej .endif
     36  1.30    mikel 
     37  1.30    mikel .endif	# make(clean) || make(cleandir)
     38   1.1      cgd 
     39   1.1      cgd .include <bsd.subdir.mk>
     40