diff options
Diffstat (limited to 'daemon/bpop3d/Makefile')
-rw-r--r-- | daemon/bpop3d/Makefile | 2 |
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 \ |