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/sys | |
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/sys')
-rw-r--r-- | common/sys/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile index a76f4628..b92d746d 100644 --- a/common/sys/Makefile +++ b/common/sys/Makefile @@ -1,10 +1,4 @@ -# For NetBSD pmake -MKLINT:=no -MKPROFILE:=no -MKPIC:=no - -# For FreeBSD make -WITHOUT_PROFILE:=yes +# $Id$ SRCROOT= ../.. .include "$(SRCROOT)/pttbbs.mk" |