UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / platforms / unifix / Makefile
blobe9b2320b93e84be137ab9d3abe5238a4346db874
1 topdir:=../..
3 SUBDIRS =
4 include $(topdir)/autoconf/targets.mak
6 all-install: install-unifix
7 all-uninstall: uninstall-unifix
9 install-unifix:
10 $(call DISTINST,Unifix)
11 @echo "You have to manually install apcupsd boot script and"
12 @echo "halt script for clean emergency shutdown."
13 @echo "I'm sorry: you are on your own."
15 uninstall-unifix:
16 $(call DISTUNINST,Unifix)
17 @echo "You have to manually uninstall apcupsd boot script and"
18 @echo "halt script."
19 @echo "I'm sorry: you are on your own."