Powerpc port also uses new libkvm.
authorrahnds <rahnds@openbsd.org>
Thu, 2 Jan 1997 02:31:08 +0000 (02:31 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 2 Jan 1997 02:31:08 +0000 (02:31 +0000)
lib/Makefile

index 3751671..108ad59 100644 (file)
@@ -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