diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:56:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:56:41 +0000 |
commit | 88cc6545e22ff514612acc00b2e306488a87a9c4 (patch) | |
tree | ca10947682364bdaf11740792349341086287f84 | |
parent | f5f496ca63b6f2742c0ee6aae0c120c363be4267 (diff) |
for obj; make both libkvm thingies
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 323ece131c9..422d9e4bb1c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 1997/06/29 10:30:12 provos Exp $ +# $OpenBSD: Makefile,v 1.23 1997/10/20 00:56:40 deraadt 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 \ @@ -7,7 +7,9 @@ SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ liby libz # XXX Temporarely until all ports are able to use libkvm (leo) -.if (${MACHINE} == "alpha") || \ +.if make(obj) +SUBDIR+= libkvm libkvm.old +.elif (${MACHINE} == "alpha") || \ (${MACHINE} == "amiga") || \ (${MACHINE} == "atari") || \ (${MACHINE} == "powerpc") || \ |