diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 01:57:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 01:57:12 +0000 |
commit | e9ce1705de316c29218c00f11739ff5a746b30f7 (patch) | |
tree | e2f68e99e3237a3252a6195dbbdc4d6347bcabef /sys/arch/i386 | |
parent | 92d8e9e6a331cf11537c2cf336e0631f6678249b (diff) |
do not build pcvt tools
Diffstat (limited to 'sys/arch/i386')
-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 ef9ae2266aa..f38ddc004e9 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/11/05 02:53:21 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 2001/01/30 01:57:11 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 isa/pcvt/Util +SUBDIR= stand TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ |