Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.43
      1  1.43  augustss #	$NetBSD: Makefile,v 1.43 1997/10/16 20:28:49 augustss 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.39       mrg SUBDIR=	csu libarch libc libcompat libcrypt libcurses libedit libkvm \
      7  1.43  augustss 	libl libm libntp libossaudio libpcap libposix libresolv librmt \
      8  1.43  augustss 	librpcsvc libskey libterm libutil libwrap liby libz
      9  1.18       leo 
     10  1.41     veego # XXX Temporary until these ports are able to use libkvm.
     11  1.42      mark .if	(${MACHINE} == "i386")   || \
     12  1.37     veego 	(${MACHINE} == "pica")   || \
     13  1.37     veego 	(${MACHINE} == "pmax")   || \
     14  1.37     veego 	(${MACHINE} == "x68k")
     15  1.37     veego SUBDIR+=        libkvm.old
     16  1.40     veego .endif
     17  1.17   thorpej 
     18  1.17   thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     19  1.17   thorpej # XXX process.
     20  1.39       mrg .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || \
     21  1.39       mrg 	defined(EXPORTABLE_SYSTEM) || make(clean) || make(cleandir)
     22  1.30     mikel SUBDIR+=	libtelnet
     23  1.17   thorpej .endif
     24   1.1       cgd 
     25   1.1       cgd .include <bsd.subdir.mk>
     26