aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-05-17 09:33:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-05-17 09:33:15 +0000
commitf6ce2a64f72323d4d03ba75de0559e04de483f7d (patch)
treeb9d1ad42ae7e0437e274339e458aab20bcb025d4 /Makefile.inc1
parent86c9af6b69cc859a851ceca5c2d9473ad27b59da (diff)
downloadsrc-f6ce2a64f72323d4d03ba75de0559e04de483f7d.tar.gz
src-f6ce2a64f72323d4d03ba75de0559e04de483f7d.zip
Send the pcvt(4) driver off to retirement.
Notes
Notes: svn path=/head/; revision=158687
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ea6d0ae2704e..0a4d4f4aee9c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -421,7 +421,7 @@ build32:
${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
.endif
.endfor
-.for _dir in usr.sbin/pcvt/keycap usr.bin/lex/lib
+.for _dir in usr.bin/lex/lib
cd ${.CURDIR}/${_dir}; \
${LIB32MAKE} DESTDIR=${LIB32TMP} obj
.endfor
@@ -1010,10 +1010,6 @@ _prebuild_libs+= lib/libypclnt
_generic_libs+= usr.bin/lex/lib
-.if ${MACHINE} == "i386"
-_generic_libs+= usr.sbin/pcvt/keycap
-.endif
-
.for _lib in ${_startup_libs} ${_prebuild_libs:Nlib/libpam} ${_generic_libs}
${_lib}__L: .PHONY
.if exists(${.CURDIR}/${_lib})