UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / platforms / gentoo / Makefile
blob879ccda1b853d7495d399a75643f241263fd74d9
1 topdir:=../..
3 SUBDIRS =
4 include $(topdir)/autoconf/targets.mak
6 all-install: install-gentoo
7 all-uninstall: uninstall-gentoo
9 install-gentoo:
10 $(call DISTINST,gentoo)
11 $(call MKDIR,/etc/init.d)
12 $(call INSTPROG,744,apcupsd,/etc/init.d/apcupsd)
13 $(call INSTPROG,744,halt,/etc/init.d/halt)
15 uninstall-gentoo:
16 $(call DISTUNINST,gentoo)
17 -$(call UNINST,/etc/init.d/apcupsd)
18 # $(call UNINST,/etc/init.d/halt)