From f514f537625817bee4cdc55a5c9374c39855042a Mon Sep 17 00:00:00 2001 From: in2 Date: Wed, 4 Aug 2004 10:27:30 +0000 Subject: WITHFILTERMAIL flag git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2156 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index 4c5312b5..0516fa59 100644 --- a/util/Makefile +++ b/util/Makefile @@ -66,6 +66,9 @@ install: $(PROGS) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROGS) $(BBSHOME)/bin/ chmod 4755 $(BBSHOME)/bin/post +.if defined(WITHFILTERMAIL) + make installfiltermail +.endif clean: rm -f *.o $(CPROGS) $(CPROG_WITH_UTIL) $(CPROG_WITHOUT_UTIL) -- cgit v1.2.3