summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-04-25 08:29:33 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-04-25 08:29:33 +0000
commit1e5bf859ff7eb6aee6a8a64f592adc4fc5aabc88 (patch)
treee0833128cf3ca0a1710ec67a597ede286c3aa3b5
parent70de709fcbf3085d0b1c6d1cc3ccc51e476b9b2d (diff)
hp300 uses libkvm now.
-rw-r--r--lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 422d9e4bb1c..7d9c3ffd8f4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 1997/10/20 00:56:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.24 1998/04/25 08:29:32 downsj Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \
@@ -15,7 +15,8 @@ SUBDIR+= libkvm libkvm.old
(${MACHINE} == "powerpc") || \
(${MACHINE} == "mvme88k") || \
(${MACHINE} == "sparc") || \
- (${MACHINE} == "sun3")
+ (${MACHINE} == "sun3") || \
+ (${MACHINE} == "hp300")
SUBDIR+= libkvm
.else
SUBDIR+= libkvm.old