summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-17 11:23:56 +0000
committermarcel <marcel@FreeBSD.org>1999-12-17 11:23:56 +0000
commitc6060d99d9edda8a95268d81060763c5cb686a70 (patch)
treeac970e0dcf9be24487aae0b3fb3fcc4714590bff /Makefile.inc1
parentf4fc7fc5af87c802a08acfaff5aa9552b33f7541 (diff)
downloadFreeBSD-src-c6060d99d9edda8a95268d81060763c5cb686a70.zip
FreeBSD-src-c6060d99d9edda8a95268d81060763c5cb686a70.tar.gz
Don't build usr.sbin/pcvt/keycap on anything other than i386 when
building the libraries target. pcvt is i386 specific.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b459a8d..5d96b1c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -529,11 +529,15 @@ _libm= lib/msun
_libperl= gnu/usr.bin/perl/libperl
.endif
+.if ${MACHINE_ARCH} == "i386"
+_libkeycap= usr.sbin/pcvt/keycap
+.endif
+
libraries:
.for _lib in ${_csu} lib/libmd lib/libcrypt ${_secure_lib} ${_kerberosIV_lib} \
gnu/lib/libgcc lib/libcom_err ${_libm} lib/libncurses lib/libradius \
lib/libskey lib/libtacplus lib/libutil lib gnu/lib ${_libperl} \
- usr.bin/lex/lib usr.sbin/pcvt/keycap
+ usr.bin/lex/lib ${_libkeycap}
.if exists(${.CURDIR}/${_lib})
cd ${.CURDIR}/${_lib}; \
${MAKE} depend; \
OpenPOWER on IntegriCloud