summaryrefslogtreecommitdiffstats
path: root/pttbbs.mk
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-28 13:47:34 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-28 13:47:34 +0800
commit94ee5b0f546ecdb6558a4d24028c728997c175e2 (patch)
treebf6bf1e783fe3c41fadef406ff2168ea86f43002 /pttbbs.mk
parent30edc2d47868e24f54a9505f7eb66c0a42c64b4d (diff)
downloadpttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar.gz
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar.bz2
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar.lz
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar.xz
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.tar.zst
pttbbs-94ee5b0f546ecdb6558a4d24028c728997c175e2.zip
1.#ifdef GQ_CONVERT
2.add info to FAQ git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1380 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttbbs.mk')
-rw-r--r--pttbbs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs.mk b/pttbbs.mk
index eb4b22f1..90e9c36f 100644
--- a/pttbbs.mk
+++ b/pttbbs.mk
@@ -7,7 +7,7 @@ CC?= gcc
CCACHE!= which ccache|sed -e 's/^.*\///'
PTT_CFLAGS= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include
PTT_LDFLAGS= -pipe -Wall
-PTT_LIBS= -lcrypt -lhz
+PTT_LIBS= -lcrypt
# enable assert()
#PTT_CFLAGS+= -DNDEBUG