summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-03 09:27:26 +0000
committerphk <phk@FreeBSD.org>2005-08-03 09:27:26 +0000
commit179f74f1af61dd74ecdcbf30c30113181ea873bb (patch)
treebb4797e92bfdc381f5c75b0bc77890b43139e342 /usr.sbin/Makefile
parent34e5ba960aac0b1957ddac3bd3800883cdec5542 (diff)
downloadFreeBSD-src-179f74f1af61dd74ecdcbf30c30113181ea873bb.zip
FreeBSD-src-179f74f1af61dd74ecdcbf30c30113181ea873bb.tar.gz
Add NO_PCVT
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index aea1d91..0737266 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
OpenPOWER on IntegriCloud