diff options
author | 1997-11-05 02:49:46 +0000 | |
---|---|---|
committer | 1997-11-05 02:49:46 +0000 | |
commit | 6dd97cdba3fa22790a663592377ef448e9c99dce (patch) | |
tree | 09da8f722c0dbedc79fb32d389a3a9ac23434020 | |
parent | Document ^D to get out of overlap prompt and remove duplicate exit condition (diff) | |
download | wireguard-openbsd-6dd97cdba3fa22790a663592377ef448e9c99dce.tar.xz wireguard-openbsd-6dd97cdba3fa22790a663592377ef448e9c99dce.zip |
Do not build in directories Mickey deleted
-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 \ |