X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fmisc-progs%2FMakefile;h=af9a2f4f9f0656c65e84c82ebad7bc3e7b85030a;hp=7576bdaa98933fa7aa3109eb86e7e6d74a6161ad;hb=40b0879d8fc50864d5a5aec242ac1143ba05fa1a;hpb=72fe12a934084f7127b252bdfa3ab6d24e0bf5cb diff --git a/src/misc-progs/Makefile b/src/misc-progs/Makefile index 7576bdaa98..af9a2f4f9f 100644 --- a/src/misc-progs/Makefile +++ b/src/misc-progs/Makefile @@ -10,7 +10,8 @@ SUID_PROGS = setdmzholes setportfw setfilters setxtaccess \ restartapplejuice setdate rebuildhosts \ restartsyslogd logwatch openvpnctrl timecheckctrl \ restartwireless getipstat qosctrl launch-ether-wake \ - redctrl extrahdctrl sambactrl upnpctrl tripwirectrl + redctrl extrahdctrl sambactrl upnpctrl tripwirectrl \ + smartctrl install : all install -m 755 $(PROGS) /usr/local/bin @@ -56,6 +57,9 @@ sambactrl: sambactrl.c setuid.o ../install+setup/libsmooth/varval.o tripwirectrl: tripwirectrl.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ tripwirectrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@ + +smartctrl: smartctrl.c setuid.o ../install+setup/libsmooth/varval.o + $(COMPILE) -I../install+setup/libsmooth/ smartctrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@ launch-ether-wake: launch-ether-wake.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ launch-ether-wake.c setuid.o ../install+setup/libsmooth/varval.o -o $@