--- innfeed-0.10.1.7.orig/Makefile
+++ innfeed-0.10.1.7/Makefile
@@ -9,21 +9,21 @@
 # 
 
 # Where the programs get installed.
-BINDIR		= /usr/news/local
+BINDIR		= /usr/sbin
 
 # Where your man pages live.
 MANDIR		= /usr/local/man
 
 # The compiler you want. NOTE... AIX 3.2.5 users do NOT use CC. See the 
 # comment in sysconfig.h
-CC		= gcc
+CC		= cc
 
 # How to run lex and yacc. Innfeed requires Flex (but you shouldn't need it).
 LEX		= lex -d
 YACC		= yacc -t -d
 
 # Debug option for compiler -g or -O (or both if using gcc).
-DBFLAGS		= -g 
+DBFLAGS		= -g -O2
 
 # Add any architecture specific defines, flags etc. you need
 OSFLAGS		=
@@ -143,7 +143,7 @@
 
 LOADLIBES	= $(DMALLOC_LIB) $(LIBRARIES)
 
-VERSION		= 0.10.1
+VERSION		= 0.10.1.7-debian
 COMPRESS	= gzip
 COMPRESS_EXT	= gz
 TARSRC		= $(SRC) $(INCS) Makefile README INSTALL innfeed.conf \
