summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-05-17 09:33:15 +0000
committerphk <phk@FreeBSD.org>2006-05-17 09:33:15 +0000
commit537a82e24b165d002f904dd1bbc454533a2021cd (patch)
treeb9d1ad42ae7e0437e274339e458aab20bcb025d4 /Makefile.inc1
parent2d778391877a5dfddee23a04baf6b08ba0984db5 (diff)
downloadFreeBSD-src-537a82e24b165d002f904dd1bbc454533a2021cd.zip
FreeBSD-src-537a82e24b165d002f904dd1bbc454533a2021cd.tar.gz
Send the pcvt(4) driver off to retirement.
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 ea6d0ae..0a4d4f4 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})
OpenPOWER on IntegriCloud