--- dropwatch-1.3/Makefile	2012-01-16 23:11:13.000000000 -0500
+++ dropwatch-1.3/Makefile	2012-01-16 23:11:06.000000000 -0500
@@ -45,3 +45,10 @@
 	git push --all ssh://git.fedorahosted.org/git/dropwatch.git
 	git push --tags ssh://git.fedorahosted.org/git/dropwatch.git
 
+
+install:
+	mkdir -p $(DESTDIR)/usr/sbin $(DESTDIR)/usr/share/man/man1
+	cp -f src/dropwatch $(DESTDIR)/usr/sbin/
+	cp -f doc/dropwatch.1 $(DESTDIR)/usr/share/man/man1/
+	gzip -9 $(DESTDIR)/usr/share/man/man1/dropwatch.1
+
