diff options
author | 1996-05-10 12:56:50 +0000 | |
---|---|---|
committer | 1996-05-10 12:56:50 +0000 | |
commit | 7505c6174ff1f333bc52e16916f472f35be8de2b (patch) | |
tree | 4170490199d48569dc18040b5dd3273ee90abf3a | |
parent | simple things (diff) | |
download | wireguard-openbsd-7505c6174ff1f333bc52e16916f472f35be8de2b.tar.xz wireguard-openbsd-7505c6174ff1f333bc52e16916f472f35be8de2b.zip |
sun3 uses new libkvm
-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 |