diff options
Diffstat (limited to 'sys/arch/i386/Makefile')
-rw-r--r-- | sys/arch/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile index f27df7fb486..da474985869 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/01/30 03:01:39 mickey Exp $ +# $OpenBSD: Makefile,v 1.10 2001/01/31 09:58:27 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -9,7 +9,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= stand +SUBDIR= stand isa/pcvt/Util TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ |