summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>1997-01-02 02:31:08 +0000
committerrahnds <rahnds@openbsd.org>1997-01-02 02:31:08 +0000
commit36629ed184d96ad8de11463fc2e319e68ddc977a (patch)
tree29bf37422be5076bb69fae698493ac8ac2474984
parentStub routines for set|get fpsticky, fpround, ... (diff)
downloadwireguard-openbsd-36629ed184d96ad8de11463fc2e319e68ddc977a.tar.xz
wireguard-openbsd-36629ed184d96ad8de11463fc2e319e68ddc977a.zip
Powerpc port also uses new libkvm.
-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