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