[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / lib

File: [local] / src / lib / Makefile (download)

Revision 1.39, Sun Feb 4 21:41:41 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.38: +2 -7 lines

libc_r builds on alpha again

#	$OpenBSD: Makefile,v 1.39 2001/02/04 21:41:41 deraadt Exp $
#	$NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $

SUBDIR=	csu libarch libc libc_r libcom_err libcompat libcurses libdes libedit \
	libform libkeynote libl libm libmenu libocurses libossaudio libpanel \
	libpcap libresolv librpcsvc libskey libssl libtelnet libutil libwrap \
	liby libz

# XXX Temporary until libcurses++ builds on mips again
.if ${MACHINE_ARCH} != "mips"
SUBDIR+=	libcurses++
.endif

# XXX Temporarily until pmax is able to use libkvm
.if	make(obj)
SUBDIR+=	libkvm libkvm.old
.elif	(${MACHINE} == "pmax")
SUBDIR+=        libkvm.old
.else
SUBDIR+=        libkvm
.endif

.include <bsd.subdir.mk>