diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:52:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:52:36 +0000 |
commit | cc956e62ce3066b2f93ce1d4384e25fdba22ad91 (patch) | |
tree | c1ade42cabd3737d4135b8eb622bff72146622c8 /lib/Makefile | |
parent | 6e65031431197c6804a38e94f62621cbf997d768 (diff) |
amiga uses new libkvm
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6e2febdcf2c..ab63a669934 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,12 +1,12 @@ -# $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 +# $OpenBSD: Makefile,v 1.4 1996/05/27 07:52:35 deraadt Exp $ +# $NetBSD: Makefile,v 1.20 1996/05/12 04:30:18 mhitch Exp $ 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} == "amiga") || \ + (${MACHINE} == "atari") || \ (${MACHINE} == "sun3") SUBDIR+= libkvm .else |