diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-10 22:08:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-10 22:08:28 +0000 |
commit | dc129fc4e4231a90362442cca0c5c96fabfb17ee (patch) | |
tree | d1a70f96363d7f652d9994272cacbf573d4061d1 /sys/arch/i386/conf | |
parent | 53add5d6e06e57a7c06ba8ed5722b7787bc540d4 (diff) |
no need for microcode deps. aic is fine anyway
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index e8e903b319b..5e9ef4a8ff5 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.22 1998/03/03 22:34:56 niklas Exp $ +# $OpenBSD: Makefile.i386,v 1.23 1998/08/10 22:08:27 mickey Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -191,6 +191,3 @@ locore.o: ${I386}/i386/locore.s assym.h ${NORMAL_S} %RULES - -### add microcode dependencies -.include "$S/dev/microcode/Makefile.inc" |