Description: install target
 Add install target to upstream Makefile
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2009-11-14
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,9 @@
 ftpgrab:	$(OBJS)
 		$(CC) -o ftpgrab $(OBJS) $(LINK) $(LIBS)
 
+install:	ftpgrab
+		-install -o root -g root -m 755 ftpgrab debian/ftpgrab/usr/bin/
+		-install -o root -g root -m 644 debian/ftpgrab.1 debian/ftpgrab/usr/share/man/man1/
+
 clean:
 		rm -f *.o ftpgrab fglog.out
