Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.21
      1 #	$NetBSD: Makefile,v 1.21 1996/06/14 17:22:05 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 librpcsvc libskey libterm libutil liby
      8 
      9 # XXX Temporarely until all ports are able to use libkvm (leo)
     10 .if	(${MACHINE} == "amiga") || \
     11 	(${MACHINE} == "atari") || \
     12 	(${MACHINE} == "sun3")
     13 SUBDIR+=        libkvm
     14 .else
     15 SUBDIR+=        libkvm.old
     16 .endif
     17 
     18 # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     19 # XXX process.
     20 .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM)
     21 SUBDIR+=libtelnet
     22 .endif
     23 
     24 .include <bsd.subdir.mk>
     25