summaryrefslogtreecommitdiffstats
path: root/pttbbs.mk
diff options
context:
space:
mode:
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