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