diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-30 03:01:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-30 03:01:40 +0000 |
commit | de2e4e734649d190c311279aec52c5784db2b8ff (patch) | |
tree | b4ff9786dbe4433654fa7f24075c5d014757a326 | |
parent | fb686cd5e32d59dfe386d830700e1f052cc312a8 (diff) |
do not install pcvt includes either; aaron@ ok
-rw-r--r-- | sys/arch/i386/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile index f38ddc004e9..f27df7fb486 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/01/30 01:57:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2001/01/30 03:01:39 mickey Exp $ # $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -13,8 +13,7 @@ SUBDIR= stand TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ - ../i386/include/pc/*.h ../i386/isa/*.[ch] ../i386/isa/pcvt/*.[ch] \ - ../i386/pci/*.[ch] + ../i386/include/pc/*.h ../i386/isa/*.[ch] ../i386/pci/*.[ch] AI386= ../i386/i386/*.s ../i386/isa/*.s # Directories in which to place i386 tags links |