diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-19 00:15:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-19 00:15:52 +0000 |
commit | 99bfecf9be99689bc640f873e856f13e6376beed (patch) | |
tree | 7363c8703473e0ca161436434bea9757cad567d7 /sys/arch | |
parent | ec23935298855e8253b37f2c77825e5e7a377d35 (diff) |
Remove some dependencies on Makefile, an amiga is slow as it is..
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/conf/Makefile.amiga | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index e7caee2afc6..fe2384e4bee 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amiga,v 1.15 1996/06/02 18:55:43 niklas Exp $ +# $OpenBSD: Makefile.amiga,v 1.16 1996/08/19 00:15:51 niklas Exp $ # $NetBSD: Makefile.amiga,v 1.45 1996/05/16 17:07:08 is Exp $ # Makefile for OpenBSD @@ -181,9 +181,7 @@ depend:: .depend autoconf.o conf.o: Makefile # depend on network or filesystem configuration -uipc_domain.o uipc_proto.o vfs_conf.o: Makefile -if_tun.o if_loop.o if_ethersubr.o: Makefile -in_proto.o: Makefile +uipc_proto.o vfs_conf.o: Makefile # depend on maxusers genassym.o machdep.o: Makefile |