about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6889107..f208e25 100644
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,11 @@ tags: *.c *.h
 clean:
 	rm -f tags pounce ${OBJS}
 
-install: pounce pounce.1
-	install -d ${PREFIX}/bin ${MANDIR}/man1
+install: pounce pounce.1 rc.pounce
+	install -d ${PREFIX}/bin ${MANDIR}/man1 ${PREFIX}/etc/rc.d
 	install pounce ${PREFIX}/bin
 	install -m 644 pounce.1 ${MANDIR}/man1
+	install rc.pounce ${PREFIX}/etc/rc.d/pounce
 
 uninstall:
-	rm -f ${PREFIX}/bin/pounce ${MANDIR}/man1/pounce.1
+	rm -f ${PREFIX}/bin/pounce ${MANDIR}/man1/pounce.1 ${PREFIX}/etc/rc.d/pounce