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

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

Revision 1.29, Thu Sep 17 01:16:15 1998 UTC (25 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.28: +3 -3 lines

pmax needs libkvm.old too

#	$OpenBSD: Makefile,v 1.29 1998/09/17 01:16:15 millert Exp $
#	$NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $

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

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

.include <bsd.subdir.mk>