diff options
-rw-r--r-- | util/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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) |