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

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

Revision 1.32, Tue Jan 19 05:45:25 1999 UTC (25 years, 4 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.31: +2 -2 lines

enable libc_r

#	$OpenBSD: Makefile,v 1.32 1999/01/19 05:45:25 d 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 libl libm libmenu libocurses libossaudio libpanel libpcap \
	libresolv librpcsvc libskey libssl libtelnet libutil libwrap liby libz

# XXX Temporarily until i386, pmax and mac68k are able to use libkvm
.if	make(obj)
SUBDIR+=	libkvm libkvm.old
.elif	(${MACHINE} == "i386" || ${MACHINE} == "pmax" || ${MACHINE} == "mac68k")
SUBDIR+=        libkvm.old
.else
SUBDIR+=        libkvm
.endif

.include <bsd.subdir.mk>