Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.49
      1  1.49      ross #	$NetBSD: Makefile,v 1.49 1998/09/14 06:39:53 ross 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.49      ross SUBDIR=	csu libarch libbz2 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.17   thorpej 
     10  1.17   thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
     11  1.17   thorpej # XXX process.
     12  1.39       mrg .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || \
     13  1.48     lukem 	defined(EXPORTABLE_SYSTEM) || make(clean) || make(cleandir) || \
     14  1.48     lukem 	make(distclean)
     15  1.30     mikel SUBDIR+=	libtelnet
     16  1.17   thorpej .endif
     17   1.1       cgd 
     18   1.1       cgd .include <bsd.subdir.mk>
     19