From 4c176b980605380b7fff708ca524311be631521d Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 5 Jan 2001 23:17:48 +0000 Subject: Disable the daic directory for now, it breaks with OBJDIR builds. This needs more thought. --- sys/dev/microcode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 6e457514fbd..16e55fc36a7 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/01/05 13:09:17 martin Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/05 23:17:48 martin Exp $ -SUBDIR= aic7xxx isp daic +SUBDIR= aic7xxx isp INCSDIR= /usr/include/dev/microcode -- cgit