summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorryker <ryker@cvs.openbsd.org>1998-09-25 16:26:50 +0000
committerryker <ryker@cvs.openbsd.org>1998-09-25 16:26:50 +0000
commita9efce3f14dbd5f0ce68a0b985176c43e94ad2c1 (patch)
tree56325e6f62d63c7c26604986ddd9c61c537b42b2 /lib/Makefile
parent5de2f386d22f88789edfe52f3a19eadc765118b5 (diff)
mac68k still uses libkvm.old; I don't know how to fix this.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b10b28ca30a..4c25254fd15 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile,v 1.29 1998/09/17 01:16:15 millert Exp $
+# $OpenBSD: Makefile,v 1.30 1998/09/25 16:26:49 ryker 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 \
libform libl libm libmenu libocurses libossaudio libpanel libpcap \
libresolv librpcsvc libskey libtelnet libutil libwrap liby libz
-# XXX Temporarely until i386 and pmax are able to use libkvm
+# XXX Temporarily until i386, pmax and mac68k are able to use libkvm
.if make(obj)
SUBDIR+= libkvm libkvm.old
-.elif (${MACHINE} == "i386" || ${MACHINE} == "pmax")
+.elif (${MACHINE} == "i386" || ${MACHINE} == "pmax" || ${MACHINE} == "mac68k")
SUBDIR+= libkvm.old
.else
SUBDIR+= libkvm