Changeset 2801

Show
Ignore:
Timestamp:
06/14/07 15:52:31 (1 year ago)
Author:
tg
Message:

install the fwcf helper to lbin too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/fwcf/Makefile

    r2728 r2801  
    3131 
    3232install-lbin: 
     33        rm -f ${TOPDIR}/lbin/fwcf.helper 
     34        if [ -e ${STAGING_TOOLS}/bin/fwcf.helper ]; then \ 
     35                cp ${STAGING_TOOLS}/bin/fwcf.helper ${TOPDIR}/lbin/; \ 
     36        fi 
    3337 
    3438clean: