From 97300894bc2bef7817580c85239515740b09703b Mon Sep 17 00:00:00 2001 From: wens Date: Sun, 1 Mar 2009 09:21:08 +0000 Subject: Don't build profiling libraries on FreeBSD git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4440 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- common/bbs/Makefile | 4 ++++ common/diet/Makefile | 4 ++++ common/osdep/Makefile | 4 ++++ common/sys/Makefile | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'common') 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" -- cgit v1.2.3