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