summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 02:31:09 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-02 02:31:09 +0000
commit6d8e8a055c1096f75c861f55c9ef7a8ddaee3685 (patch)
treeacfe5d1b27175a452d76c29554cf8da6157be1a1 /lib
parentf47c76a9663f320eca3cd13b1407c4792c83e32d (diff)
Powerpc port also uses new libkvm.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 37516710f64..108ad598dbb 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1996/12/24 00:12:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 1997/01/02 02:31:08 rahnds Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \
@@ -9,6 +9,7 @@ SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \
# XXX Temporarely until all ports are able to use libkvm (leo)
.if (${MACHINE} == "amiga") || \
(${MACHINE} == "atari") || \
+ (${MACHINE} == "powerpc") || \
(${MACHINE} == "sun3")
SUBDIR+= libkvm
.else