summaryrefslogtreecommitdiffstats
path: root/daemon/bpop3d/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-14 09:35:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-14 09:35:40 +0800
commit833d86de55341c2790a09d6770af1458d54fb0a6 (patch)
tree530f0450b116b21525edd60c6b7d457e425bca50 /daemon/bpop3d/Makefile
parentabd9bb3c0baaec51d07ec87d5c5d6c20866d4828 (diff)
downloadpttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar.gz
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar.bz2
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar.lz
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar.xz
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.tar.zst
pttbbs-833d86de55341c2790a09d6770af1458d54fb0a6.zip
* fix bpop3d compilation
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4841 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/bpop3d/Makefile')
-rw-r--r--daemon/bpop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/bpop3d/Makefile b/daemon/bpop3d/Makefile
index 69621d70..f523b88f 100644
--- a/daemon/bpop3d/Makefile
+++ b/daemon/bpop3d/Makefile
@@ -4,7 +4,7 @@ SRCROOT= ../..
PROGRAMS= bpop3d
UTILDIR= $(SRCROOT)/util
-UTILOBJ= $(UTILDIR)/util_var.o $(UTILDIR)/util_passwd.o
+UTILOBJ= $(UTILDIR)/util_var.o
LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \
$(SRCROOT)/common/sys/libcmsys.a \