summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-05-22 00:00:12 +0200
committerFlorian Pritz <bluewind@server-speed.net>2011-05-22 00:00:12 +0200
commit84479812924036b0081dd24ee59982997f072f3e (patch)
tree877a83c043b138609e6b3d01823bc9db34fd41c9
parentc8538b8fbc96f1df22d0a21836ad55bf242fdfce (diff)
downloadbootrun-84479812924036b0081dd24ee59982997f072f3e.tar.gz
bootrun-84479812924036b0081dd24ee59982997f072f3e.tar.xz
add uninstall rule
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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