Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.52
      1  1.52   thorpej #	$NetBSD: Makefile,v 1.52 1999/06/07 00:53:09 thorpej 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.51  augustss 	librpcsvc libskey libterm libusb 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.52   thorpej .if (!exists(${.CURDIR}/../domestic/lib/libtelnet) && \
     13  1.52   thorpej      !exists(${.CURDIR}/../crypto-us/lib/libtelnet)) || \
     14  1.50       cjs 	defined(EXPORTABLE_SYSTEM) || make(obj) || \
     15  1.50       cjs 	make(clean) || make(cleandir) || make(distclean)
     16  1.30     mikel SUBDIR+=	libtelnet
     17  1.17   thorpej .endif
     18   1.1       cgd 
     19   1.1       cgd .include <bsd.subdir.mk>
     20