From c8538b8fbc96f1df22d0a21836ad55bf242fdfce Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 21 May 2011 23:37:23 +0200 Subject: initial commit Signed-off-by: Florian Pritz --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3-24-g4f1b