NetBSD/lib/Makefile

23 lines
679 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 1996/05/12 04:30:18 mhitch Exp $
1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
1993-03-21 12:45:37 +03:00
SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libl \
libm libpcap libresolv librpcsvc libskey libterm libutil liby
# XXX Temporarely until all ports are able to use libkvm (leo)
.if (${MACHINE} == "amiga") || \
(${MACHINE} == "atari") || \
(${MACHINE} == "sun3")
SUBDIR+= libkvm
.else
SUBDIR+= libkvm.old
.endif
# XXX Keep telnet(1) and libtelnet from getting out of sync during the build
# XXX process.
.if !exists(${.CURDIR}/../domestic/lib/libtelnet) || defined(EXPORTABLE_SYSTEM)
SUBDIR+=libtelnet
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>