From 84479812924036b0081dd24ee59982997f072f3e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 May 2011 00:00:12 +0200 Subject: add uninstall rule Signed-off-by: Florian Pritz --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e2130df..dd4b8ae 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,7 @@ install: all install -Dm755 bootrun /etc/rc.d/bootrun install -Dm755 timeoutrun /usr/lib/bootrun.timeoutrun +uninstall: + rm -f /etc/rc.d/bootrun /usr/lib/bootrun.timeoutrun + .PHONY: install -- cgit v1.2.3-24-g4f1b