mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6c14097bdc
Submitted by: Michael <mharo@area51.fremont.ca.us> Ok'ed by: Satoshi
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
--- Makefile.in.orig Tue Sep 1 12:37:34 1998
|
|
+++ Makefile.in Fri Feb 12 17:36:11 1999
|
|
@@ -1,7 +1,7 @@
|
|
-DEFINES = @DEFS@
|
|
+DEFINES = @DEFS@ -DDEFAULT_DOMAIN=1 -DPIPECOMMAND='"/usr/sbin/sendmail -bs %s"'
|
|
LIBS = @LIBS@
|
|
|
|
-CFLAGS = $(DEFINES)
|
|
+CFLAGS += -Wall $(DEFINES)
|
|
|
|
FILES = bulk_mailer.README INSTALL bulk_mailer.c patchlevel.h Makefile
|
|
|