diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:56:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:56:51 +0000 |
commit | 1744dc92be1a9122a97bfc1e47ea259daaaf3659 (patch) | |
tree | 4b8048c5b2f97266b03d4819c09a9ac3bbee9178 /lib | |
parent | d9fb94daca073bbf27a0ba435c297584d56aba98 (diff) |
sun3 uses new libkvm
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7b4266ec613..6e2febdcf2c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/19 23:14:49 niklas Exp $ -# $NetBSD: Makefile,v 1.18 1996/03/16 10:23:29 leo Exp $ +# $OpenBSD: Makefile,v 1.3 1996/05/10 12:56:50 deraadt Exp $ +# $NetBSD: Makefile,v 1.19 1996/05/05 04:37:22 gwr Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libl \ libm libpcap libresolv librpcsvc libskey libtelnet libterm libutil liby # XXX Temporarely until all ports are able to use libkvm (leo) -.if (${MACHINE} == "atari") +.if (${MACHINE} == "atari") || \ + (${MACHINE} == "sun3") SUBDIR+= libkvm .else SUBDIR+= libkvm.old |