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