From 36629ed184d96ad8de11463fc2e319e68ddc977a Mon Sep 17 00:00:00 2001 From: rahnds Date: Thu, 2 Jan 1997 02:31:08 +0000 Subject: [PATCH] Powerpc port also uses new libkvm. --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1