INN commit: trunk/frontends (Makefile)

INN Commit rra at isc.org
Sat Oct 15 14:08:21 UTC 2016


    Date: Saturday, October 15, 2016 @ 07:08:21
  Author: iulius
Revision: 10082

Properly clean files that are optional at build time

Modified:
  trunk/frontends/Makefile

----------+
 Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2016-10-15 13:23:17 UTC (rev 10081)
+++ Makefile	2016-10-15 14:08:21 UTC (rev 10082)
@@ -10,6 +10,8 @@
 		ovdb_init ovdb_monitor ovdb_server ovdb_stat rnews \
 		scanspool sm
 
+OPTIONAL      = feedone sys2nf
+
 MAN	      = ../doc/man/mailpost.8
 
 SOURCES	      = ctlinnd.c decode.c encode.c getlist.c inews.c innconfval.c \
@@ -45,7 +47,7 @@
 bootstrap: $(MAN)
 
 clean clobber distclean:
-	rm -f *.o $(ALL)
+	rm -f *.o $(ALL) $(OPTIONAL)
 	rm -rf .libs
 
 maintclean: distclean



More information about the inn-committers mailing list