mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
--- src/Makefile.in.orig Fri Apr 21 04:55:44 2000
|
|
+++ src/Makefile.in Tue Nov 7 09:18:04 2000
|
|
@@ -60,11 +60,11 @@
|
|
|
|
|
|
noinst_HEADERS = apop.h authenticate.h cmds.h configfile.h const.h fdfgets.h \
|
|
-log.h mailbox.h maildir.h maildrop.h md5.h includes.h options.h response.h \
|
|
+log.h mailbox.h maildir.h maildrop.h includes.h options.h response.h \
|
|
userconfig.h mapping.h spipv6.h
|
|
|
|
|
|
-spop3d_SOURCES = authenticate.c cmds.c log.c fdfgets.c maildrop.c main.c md5.c \
|
|
+spop3d_SOURCES = authenticate.c cmds.c log.c fdfgets.c maildrop.c main.c \
|
|
memops.c options.c response.c vsnprintf.c
|
|
|
|
|
|
@@ -90,12 +90,12 @@
|
|
|
|
|
|
DEFS = @DEFS@ -DDEFCONFIGFILENAME=\"$(sysconfdir)/spop3d.conf\" \
|
|
--DBULLDIR=\"$(localstatedir)/bulletins/\" -I. -I$(srcdir) -I..
|
|
+-DBULLDIR=\"/var/spool/spop3d\" -I. -I$(srcdir) -I..
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
pop_auth_OBJECTS = pop_auth.o fdfgets.o vsnprintf.o
|
|
spop3d_OBJECTS = authenticate.o cmds.o log.o fdfgets.o maildrop.o main.o \
|
|
-md5.o memops.o options.o response.o vsnprintf.o
|
|
+memops.o options.o response.o vsnprintf.o
|
|
CFLAGS = @CFLAGS@
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS)
|
|
CCLD = $(CC)
|