There are now compat libs for the Alpha too.

This commit is contained in:
David E. O'Brien 2001-02-10 07:07:09 +00:00
parent a9bdaf8482
commit 56a91a6f9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72309

View File

@ -31,8 +31,10 @@ SUBDIR= ${_csu} libcom_err libcrypt msun libmd \
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
_csu=csu/${MACHINE_ARCH}
.else
_csu=csu
.endif
.if !defined(NOLIBC_R)
@ -51,6 +53,7 @@ _libvgl= libvgl
.if ${MACHINE_ARCH} == "alpha"
_libio= libio
_compat= compat
.endif
.if defined(RELEASEDIR) || \