X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Fmisc-progs%2FMakefile;h=28ea7cf58396006891665942ec09ccb32da00fb3;hp=9938b5c0298749617a3a201dd348ac742e1ef956;hb=4e5653511ddf3d44e26122c390bc93f6b924082d;hpb=52345790a3bef3e0bb2a404153a7c0d1c8767e13 diff --git a/src/misc-progs/Makefile b/src/misc-progs/Makefile index 9938b5c029..28ea7cf583 100644 --- a/src/misc-progs/Makefile +++ b/src/misc-progs/Makefile @@ -10,7 +10,7 @@ SUID_PROGS = setdmzholes setportfw setfilters setxtaccess restartdhcp restartsno setaliases ipfirebackup restartntpd \ restartapplejuice setdate rebuildhosts \ restartsyslogd logwatch openvpnctrl timecheckctrl \ - restartwireless getipstat qosctrl + restartwireless getipstat qosctrl launch-ether-wake install : all install -m 755 $(PROGS) /usr/local/bin @@ -42,6 +42,9 @@ openvpnctrl: openvpnctrl.c setuid.o ../install+setup/libsmooth/varval.o qosctrl: qosctrl.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ qosctrl.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 $@ + setaliases: setaliases.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ setaliases.c setuid.o ../install+setup/libsmooth/varval.o -o $@