profiling support is not available for solaris/i386

This commit is contained in:
tonio 2005-10-20 19:32:29 +00:00
parent 2565fff1ac
commit 89e6a33da1

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2005/06/14 21:00:41 minskim Exp $
# $NetBSD: Makefile,v 1.39 2005/10/20 19:32:29 tonio Exp $
.include "Makefile.common"
@ -10,7 +10,8 @@ BUILD_TARGET= world
(${MACHINE_ARCH} == "sparc")
BUILD_TARGET+= opt opt.opt
PLIST_SRC= ${PKGDIR}/PLIST.opt
. if ${OPSYS} != "Darwin"
. if (${OPSYS} != "Darwin") && \
!(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386")
PLIST_SRC+= ${PKGDIR}/PLIST.prof
. endif
PLIST_SRC+= ${PKGDIR}/PLIST