summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-03-01 17:21:08 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-03-01 17:21:08 +0800
commit97300894bc2bef7817580c85239515740b09703b (patch)
tree6a8fac1d6a2df05f0b4f7e746ad734542fd149b3 /common
parentea5377f735239a85629e3e91dfe8b338606bfe40 (diff)
downloadpttbbs-97300894bc2bef7817580c85239515740b09703b.tar
pttbbs-97300894bc2bef7817580c85239515740b09703b.tar.gz
pttbbs-97300894bc2bef7817580c85239515740b09703b.tar.bz2
pttbbs-97300894bc2bef7817580c85239515740b09703b.tar.lz
pttbbs-97300894bc2bef7817580c85239515740b09703b.tar.xz
pttbbs-97300894bc2bef7817580c85239515740b09703b.tar.zst
pttbbs-97300894bc2bef7817580c85239515740b09703b.zip
Don't build profiling libraries on FreeBSD
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4440 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common')
-rw-r--r--common/bbs/Makefile4
-rw-r--r--common/diet/Makefile4
-rw-r--r--common/osdep/Makefile4
-rw-r--r--common/sys/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile
index d06df6a3..9f134552 100644
--- a/common/bbs/Makefile
+++ b/common/bbs/Makefile
@@ -1,7 +1,11 @@
+# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no
+# For FreeBSD make
+WITHOUT_PROFILE:=yes
+
SRCROOT:= ../..
.include "$(SRCROOT)/pttbbs.mk"
diff --git a/common/diet/Makefile b/common/diet/Makefile
index 8eb76a43..1b1e1455 100644
--- a/common/diet/Makefile
+++ b/common/diet/Makefile
@@ -1,10 +1,14 @@
# $Id$
+# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no
NOGCCERROR:=yes
+# For FreeBSD make
+WITHOUT_PROFILE:=yes
+
SRCROOT:= ../..
.include "$(SRCROOT)/pttbbs.mk"
diff --git a/common/osdep/Makefile b/common/osdep/Makefile
index 86783bf5..b46a94b5 100644
--- a/common/osdep/Makefile
+++ b/common/osdep/Makefile
@@ -1,7 +1,11 @@
+# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no
+# For FreeBSD make
+WITHOUT_PROFILE:=yes
+
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
diff --git a/common/sys/Makefile b/common/sys/Makefile
index adace886..a76f4628 100644
--- a/common/sys/Makefile
+++ b/common/sys/Makefile
@@ -1,7 +1,11 @@
+# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no
+# For FreeBSD make
+WITHOUT_PROFILE:=yes
+
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"