INN commit: branches/2.6/frontends (Makefile)

INN Commit rra at isc.org
Fri Nov 4 22:11:38 UTC 2016


    Date: Friday, November 4, 2016 @ 15:11:38
  Author: iulius
Revision: 10095

Update config.guess and config.sub from upstream

Modified:
  branches/2.6/frontends/Makefile

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

Modified: Makefile
===================================================================
--- Makefile	2016-11-04 22:11:04 UTC (rev 10094)
+++ Makefile	2016-11-04 22:11:38 UTC (rev 10095)
@@ -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