When building for pc98, don't create stray objects in the

usr.sbin/pcvt/keycap source directory.

Found by:	phk
MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2006-03-16 07:31:50 +00:00
parent 92c07a345e
commit 6cb9d90a51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156764

View File

@ -1012,7 +1012,7 @@ _prebuild_libs+= lib/libypclnt
_generic_libs+= usr.bin/lex/lib
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE} == "i386"
_generic_libs+= usr.sbin/pcvt/keycap
.endif