diff options
author | 1997-01-02 02:31:08 +0000 | |
---|---|---|
committer | 1997-01-02 02:31:08 +0000 | |
commit | 36629ed184d96ad8de11463fc2e319e68ddc977a (patch) | |
tree | 29bf37422be5076bb69fae698493ac8ac2474984 | |
parent | Stub routines for set|get fpsticky, fpround, ... (diff) | |
download | wireguard-openbsd-36629ed184d96ad8de11463fc2e319e68ddc977a.tar.xz wireguard-openbsd-36629ed184d96ad8de11463fc2e319e68ddc977a.zip |
Powerpc port also uses new libkvm.
-rw-r--r-- | lib/Makefile | 3 |
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 |