1 1.17 thorpej # $NetBSD: Makefile,v 1.17 1996/03/10 05:45:38 thorpej Exp $ 2 1.8 mycroft # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 3 1.1 cgd 4 1.15 cgd SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libkvm libl \ 5 1.17 thorpej libm libpcap libresolv librpcsvc libskey libterm libutil liby 6 1.17 thorpej 7 1.17 thorpej # XXX Keep telnet(1) and libtelnet from getting out of sync during the build 8 1.17 thorpej # XXX process. 9 1.17 thorpej .if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM) 10 1.17 thorpej SUBDIR+=libtelnet 11 1.17 thorpej .endif 12 1.1 cgd 13 1.1 cgd .include <bsd.subdir.mk> 14