diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:20:12 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:20:12 +0800 |
commit | 321e5d90f18d32ca1517572a376b042aa1939e78 (patch) | |
tree | ed3c5f8f87a1f98bcafed509d6f9c6615a7ecea9 /common/diet/Makefile | |
parent | 6ff0fa50367360a9590c76b392571550fc3d15f7 (diff) | |
download | pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar.gz pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar.bz2 pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar.lz pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar.xz pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.tar.zst pttbbs-321e5d90f18d32ca1517572a376b042aa1939e78.zip |
Move settings for bsd.lib.mk down to pttbbs.mk
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4443 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/diet/Makefile')
-rw-r--r-- | common/diet/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/diet/Makefile b/common/diet/Makefile index 1b1e1455..72c02fbe 100644 --- a/common/diet/Makefile +++ b/common/diet/Makefile @@ -1,14 +1,5 @@ # $Id$ -# For NetBSD pmake -MKLINT:=no -MKPROFILE:=no -MKPIC:=no -NOGCCERROR:=yes - -# For FreeBSD make -WITHOUT_PROFILE:=yes - SRCROOT:= ../.. .include "$(SRCROOT)/pttbbs.mk" |