diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 11:07:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 11:07:18 +0000 |
commit | b08861122f892f935fbae1cac2f2ee0e7af7fb3c (patch) | |
tree | 94e754c95ff1a9f72bfdd4b32d71cd282aaa196c /sys/arch | |
parent | 7c633e937b2ff0f0f6f417ec7be3e520e4db7063 (diff) |
build stand (AND boot)
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 ae536010eb8..dc509a6bdef 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -8,7 +8,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= boot boot.dos isa/pcvt/Util +SUBDIR= boot boot.dos stand isa/pcvt/Util TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ |