summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c0ed158c4d7..d7affad8e22 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,24 +1,17 @@
-# $OpenBSD: Makefile,v 1.27 1998/07/23 21:15:50 millert Exp $
+# $OpenBSD: Makefile,v 1.28 1998/09/11 04:08:58 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 all ports are able to use libkvm (leo)
+# XXX Temporarely until all i386 is able to use libkvm
.if make(obj)
SUBDIR+= libkvm libkvm.old
-.elif (${MACHINE} == "alpha") || \
- (${MACHINE} == "amiga") || \
- (${MACHINE} == "atari") || \
- (${MACHINE} == "powerpc") || \
- (${MACHINE} == "mvme88k") || \
- (${MACHINE} == "sparc") || \
- (${MACHINE} == "sun3") || \
- (${MACHINE} == "hp300")
-SUBDIR+= libkvm
-.else
+.elif (${MACHINE} == "i386")
SUBDIR+= libkvm.old
+.else
+SUBDIR+= libkvm
.endif
.include <bsd.subdir.mk>