diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-05-22 00:00:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-05-22 00:00:12 +0200 |
commit | 84479812924036b0081dd24ee59982997f072f3e (patch) | |
tree | 877a83c043b138609e6b3d01823bc9db34fd41c9 /Makefile | |
parent | c8538b8fbc96f1df22d0a21836ad55bf242fdfce (diff) | |
download | bootrun-84479812924036b0081dd24ee59982997f072f3e.tar.gz bootrun-84479812924036b0081dd24ee59982997f072f3e.tar.xz |
add uninstall rule
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |