diff options
-rw-r--r-- | sys/arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile index dc509a6bdef..b2f5395b46a 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -8,7 +8,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= boot boot.dos stand isa/pcvt/Util +SUBDIR= stand isa/pcvt/Util TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ |