[BACK]Return to Makefile.bsd-wrapper CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/Makefile.bsd-wrapper between version 1.6 and 1.7

version 1.6, 2000/02/02 04:04:57 version 1.7, 2000/04/05 14:14:34
Line 35 
Line 35 
         -rm -f config.cache          -rm -f config.cache
 .endif  .endif
         PATH="/bin:/usr/bin:/sbin:/usr/sbin" \          PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
           CONFIG_FILES="Makefile config.h pathnames.h" \
         ${XCFLAGS} \          ${XCFLAGS} \
         INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \          INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
         sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}          sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}
   
 config.status:  config.status:
         PATH="/bin:/usr/bin:/sbin:/usr/sbin" \          PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
           CONFIG_FILES="Makefile config.h pathnames.h" \
         ${XCFLAGS} \          ${XCFLAGS} \
         INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \          INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
         sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}          sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7