summaryrefslogtreecommitdiffstats
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
commit3456b3026ef137e03eaedaca2e29a326a296ba45 (patch)
treeccfa7b7115c632dc667b61816cf2cfe18900a13e
parentba32015cbcfad3e1291445e3e5637f76d58fbc5a (diff)
downloadpttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar.gz
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar.bz2
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar.lz
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar.xz
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.tar.zst
pttbbs-3456b3026ef137e03eaedaca2e29a326a296ba45.zip
it seems no one need 'libutil'
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@367 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/Makefile b/pttbbs/mbbsd/Makefile
index af2d3a7a..54882a35 100644
--- a/pttbbs/mbbsd/Makefile
+++ b/pttbbs/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