imapext-2007

diff Makefile @ 1:28a55bc1110c

[mq]: imapext
author yuuji@gentei.org
date Mon, 14 Sep 2009 19:23:11 +0900
parents ada5e610ab86
children 2366b362676d 20c025a380ab
line diff
     1.1 --- a/Makefile	Mon Sep 14 15:17:45 2009 +0900
     1.2 +++ b/Makefile	Mon Sep 14 19:23:11 2009 +0900
     1.3 @@ -252,7 +252,9 @@
     1.4  #	British.  As of 2005, the Julian calendar and the Gregorian calendar
     1.5  #	diverge by 15 days.
     1.6  
     1.7 -EXTRACFLAGS=
     1.8 +# EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DXADDR_DELIM="+" -DDOTQMAIL=".forward"
     1.9 +## EXTRACFLAGS=-DQMAIL -DRESTRICT_POP
    1.10 +EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DINET6
    1.11  
    1.12  
    1.13  # Extra linker flags (additional/alternative libraries, etc.)
    1.14 @@ -728,6 +730,7 @@
    1.15  clean:
    1.16  	@echo Removing old processed sources and binaries...
    1.17  	$(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
    1.18 +	$(SH) -c '$(RM) ip6 || true'
    1.19  	$(CD) tools;$(MAKE) clean
    1.20  
    1.21  

UW-IMAP'd extensions by yuuji