X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fmisc-progs%2FMakefile;h=c28fd6a6a9936beef701762249c70fc47bc8ecef;hp=75e8f63fc720ae70844bcdf3bdc821ee45795fb1;hb=535628499c29897f4324ad033d357901f6f4101c;hpb=6bdd769d60b43319a9900ca6ffe5cee0e8cca7f8 diff --git a/src/misc-progs/Makefile b/src/misc-progs/Makefile index 75e8f63fc7..c28fd6a6a9 100644 --- a/src/misc-progs/Makefile +++ b/src/misc-progs/Makefile @@ -6,9 +6,9 @@ COMPILE=$(CC) $(CFLAGS) PROGS = iowrap SUID_PROGS = setdmzholes setportfw setfilters setxtaccess \ squidctrl restartssh ipfirereboot setaliases \ - ipsecctrl restartntpd dhcpctrl restartsnort \ + ipsecctrl timectrl dhcpctrl restartsnort \ restartapplejuice rebuildhosts \ - restartsyslogd logwatch openvpnctrl timecheckctrl \ + restartsyslogd logwatch openvpnctrl \ restartwireless getipstat qosctrl launch-ether-wake \ redctrl extrahdctrl sambactrl upnpctrl tripwirectrl \ smartctrl clamavctrl @@ -63,6 +63,9 @@ smartctrl: smartctrl.c setuid.o ../install+setup/libsmooth/varval.o clamavctrl: clamavctrl.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ clamavctrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@ + +timectrl: timectrl.c setuid.o ../install+setup/libsmooth/varval.o + $(COMPILE) -I../install+setup/libsmooth/ timectrl.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 $@ @@ -106,8 +109,5 @@ restartwireless: restartwireless.c setuid.o ../install+setup/libsmooth/varval.o ipsecctrl: ipsecctrl.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ ipsecctrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@ -timecheckctrl: timecheckctrl.c setuid.o ../install+setup/libsmooth/varval.o - $(COMPILE) -I../install+setup/libsmooth/ timecheckctrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@ - getipstat: getipstat.c setuid.o ../install+setup/libsmooth/varval.o $(COMPILE) -I../install+setup/libsmooth/ getipstat.c setuid.o ../install+setup/libsmooth/varval.o -o $@