summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-27 03:38:16 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-27 03:38:16 +0800
commit5c98ce3e1bbaad44647239376ac4fc0b132df6eb (patch)
tree9a64837545dd1edc18a51a139b04005eda8dcd47 /mbbsd/Makefile
parentaa73b1f65470fce6c40d335e34911bc08c2e375b (diff)
downloadpttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar.gz
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar.bz2
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar.lz
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar.xz
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.tar.zst
pttbbs-5c98ce3e1bbaad44647239376ac4fc0b132df6eb.zip
it seems no one need 'libutil'
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@367 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r--mbbsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index af2d3a7a..54882a35 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 2002/06/26 09:49:37 ptt Exp $
+# $Id: Makefile,v 1.11 2002/06/26 19:38:16 kcwu Exp $
BBSHOME?=$(HOME)
OSTYPE=FreeBSD
@@ -6,7 +6,7 @@ OSTYPE=FreeBSD
# FreeBSD
CFLAGS_FreeBSD= -pipe -Wall -DHAVE_SETPROCTITLE -DBBSHOME='"$(BBSHOME)"' -DFreeBSD -I../include
LDFLAGS_FreeBSD=-pipe -Wall
-LIBS_FreeBSD= -lutil -lkvm -lcrypt
+LIBS_FreeBSD= -lkvm -lcrypt
# Linux
CFLAGS_linux= -pipe -Wall -DHAVE_DES_CRYPT -DBBSHOME='"$(BBSHOME)"' -DLinux -I../include -s