]> arthur.barton.de Git - trigger-rcmd.git/blob - scripts/Makefile
Make "shutdown time" configurable: SHUTDOWN_TIME
[trigger-rcmd.git] / scripts / Makefile
1 #
2 # trigger-rcmp: Trigger remote commands
3 # Copyright (c)2014 Alexander Barton (alex@barton.de)
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 # Please read the file COPYING, README and AUTHORS for more information.
10 #
11
12 ALL = trigger-rcmd
13
14 include ../Makefile.ax
15
16 install-local:
17         install -d -o $(USER) -g $(GROUP) -m 755 \
18          $(DESTDIR)$(PREFIX)/sbin
19         install -p -o $(USER) -g $(GROUP) -m 755 trigger-rcmd \
20          $(DESTDIR)$(PREFIX)/sbin/trigger-rcmd