diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-05 02:49:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-05 02:49:47 +0000 |
commit | af7cdcad6243334636fa73215def2b816b68a1c9 (patch) | |
tree | ea1b7aa05df3857e5b9050d473161aaaf195dcb3 /sys/arch | |
parent | c778a727738b57d18248be57607cfc5907f29e20 (diff) |
Do not build in directories Mickey deleted
Diffstat (limited to 'sys/arch')
-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 \ |