From 537a82e24b165d002f904dd1bbc454533a2021cd Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 17 May 2006 09:33:15 +0000 Subject: Send the pcvt(4) driver off to retirement. --- Makefile.inc1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.inc1') 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}) -- cgit v1.1