diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-05-21 23:37:23 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-05-21 23:46:20 +0200 |
commit | c8538b8fbc96f1df22d0a21836ad55bf242fdfce (patch) | |
tree | 8f199127c1ea0aabdacac4aba1b9b588b024938e /Makefile | |
download | bootrun-c8538b8fbc96f1df22d0a21836ad55bf242fdfce.tar.gz bootrun-c8538b8fbc96f1df22d0a21836ad55bf242fdfce.tar.xz |
initial commit
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e2130df --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: bootrun timeoutrun + +install: all + install -Dm755 bootrun /etc/rc.d/bootrun + install -Dm755 timeoutrun /usr/lib/bootrun.timeoutrun + +.PHONY: install |