diff options
| author | martin <martin@NetBSD.org> | 2001-01-05 23:17:48 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2001-01-05 23:17:48 +0000 |
| commit | 4c176b980605380b7fff708ca524311be631521d (patch) | |
| tree | 3c063fc6bbeccc172674b219d5ce7a5cb5d7e15a /sys/dev/microcode/Makefile | |
| parent | a46d295d7211513728d634401c896da42e45f524 (diff) | |
Disable the daic directory for now, it breaks with OBJDIR builds.
This needs more thought.
Diffstat (limited to 'sys/dev/microcode/Makefile')
| -rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
