diff options
author | grr <grr@cvs.openbsd.org> | 1997-06-11 10:32:17 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-06-11 10:32:17 +0000 |
commit | 9df4a19b899fa3a4c101303ac0a3ebabc42d6864 (patch) | |
tree | 24eedfc979b5077b618a10d4b9f8f4a0cb681e08 /lib/Makefile | |
parent | dd49726b3910cc1aa590ff5007c4c3e23d2153c6 (diff) |
import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 600439850df..6656e5e1787 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 1997/03/25 17:06:42 rahnds Exp $ +# $OpenBSD: Makefile,v 1.21 1997/06/11 10:32:14 grr 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 \ @@ -12,6 +12,7 @@ SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \ (${MACHINE} == "atari") || \ (${MACHINE} == "powerpc") || \ (${MACHINE} == "mvme88k") || \ + (${MACHINE} == "sparc") || \ (${MACHINE} == "sun3") SUBDIR+= libkvm .else |