From 2621dc248cdc71034495a41cd388de105d6f6b1a Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2019 00:35:31 -0400 Subject: Add rc script --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1