summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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