From 51a670c32cf3410dcb73854609215d9ff86a258a Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 14 Apr 1997 11:07:17 +0000 Subject: [PATCH] build stand (AND boot) --- sys/arch/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.20.1