diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 17:21:08 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 17:21:08 +0800 |
commit | 97300894bc2bef7817580c85239515740b09703b (patch) | |
tree | 6a8fac1d6a2df05f0b4f7e746ad734542fd149b3 /common/sys | |
parent | ea5377f735239a85629e3e91dfe8b338606bfe40 (diff) | |
download | pttbbs-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/sys')
-rw-r--r-- | common/sys/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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" |