diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 01:16:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 01:16:16 +0000 |
commit | 6e8b61756170e9d220f041935aebab6f33d8808c (patch) | |
tree | 3d99a9e8ad15ecf072873e0b364ea3bda6f497ba /lib | |
parent | 0c0be4703937970d9f7c5e61ea33e7480ce59e6c (diff) |
pmax needs libkvm.old too
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index d7affad8e22..b10b28ca30a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.28 1998/09/11 04:08:58 millert Exp $ +# $OpenBSD: Makefile,v 1.29 1998/09/17 01:16:15 millert 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 all i386 is able to use libkvm +# XXX Temporarely until i386 and pmax are able to use libkvm .if make(obj) SUBDIR+= libkvm libkvm.old -.elif (${MACHINE} == "i386") +.elif (${MACHINE} == "i386" || ${MACHINE} == "pmax") SUBDIR+= libkvm.old .else SUBDIR+= libkvm |