diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:27:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:27:26 +0000 |
| commit | 4b0a1b8b17a1cec85585c5fcbb3b3c70c03bf2c4 (patch) | |
| tree | bb4797e92bfdc381f5c75b0bc77890b43139e342 | |
| parent | 642268f44a0d1d332cb9e7f1095e1f8df1ac510c (diff) | |
Notes
| -rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index aea1d91a90820..07372662726c7 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 |
