profiling support is not available for solaris/i386
This commit is contained in:
parent
2565fff1ac
commit
89e6a33da1
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
.include "Makefile.common"
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ BUILD_TARGET= world
|
||||||
(${MACHINE_ARCH} == "sparc")
|
(${MACHINE_ARCH} == "sparc")
|
||||||
BUILD_TARGET+= opt opt.opt
|
BUILD_TARGET+= opt opt.opt
|
||||||
PLIST_SRC= ${PKGDIR}/PLIST.opt
|
PLIST_SRC= ${PKGDIR}/PLIST.opt
|
||||||
. if ${OPSYS} != "Darwin"
|
. if (${OPSYS} != "Darwin") && \
|
||||||
|
!(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386")
|
||||||
PLIST_SRC+= ${PKGDIR}/PLIST.prof
|
PLIST_SRC+= ${PKGDIR}/PLIST.prof
|
||||||
. endif
|
. endif
|
||||||
PLIST_SRC+= ${PKGDIR}/PLIST
|
PLIST_SRC+= ${PKGDIR}/PLIST
|
||||||
|
|
Loading…
Reference in a new issue