14 lines
337 B
Text
14 lines
337 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/12/09 03:17:20 rh Exp $
|
|
|
|
--- Makefile.in.orig Wed Aug 7 17:11:00 2002
|
|
+++ Makefile.in
|
|
@@ -33,8 +33,7 @@ OBJS=network.o output.o database.o split
|
|
TARGET=imapproxy
|
|
|
|
CC = @CC@
|
|
-CFLAGS = -O3 -I./include
|
|
-CPPFLAGS = @CPPFLAGS@
|
|
+CPPFLAGS = @CPPFLAGS@ -I./include
|
|
LIBS = @LIBS@
|
|
|
|
all: $(OBJS)
|