From 179f74f1af61dd74ecdcbf30c30113181ea873bb Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 3 Aug 2005 09:27:26 +0000 Subject: [PATCH] Add NO_PCVT --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index aea1d91a9082..07372662726c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -290,7 +290,9 @@ _acpi= acpi .endif _arlcontrol= arlcontrol _boot0cfg= boot0cfg +.if !defined(NO_PCVT) _pcvt= pcvt +.endif _wlconfig= wlconfig .elif ${MACHINE} == "pc98" _boot98cfg= boot98cfg