Searched refs:MAKEFILE (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dndisgen.sh412 echo ".PATH: ${PWD} ${STUBPATH}" > ${MAKEFILE}
413 echo "KMOD= ${SYSBASE}" >> ${MAKEFILE}
414 echo "SRCS+= ${STUBFILE} ${DNAME}.h bus_if.h device_if.h" >> ${MAKEFILE}
415 echo "OBJS+=${FRMLIST} ${DNAME}.o" >> ${MAKEFILE}
416 echo "CFLAGS+= \\" >> ${MAKEFILE}
417 echo " -DDRV_DATA_START=ndis_${SYSBASE}_drv_data_start \\" >> ${MAKEFILE}
418 echo " -DDRV_NAME=ndis_${SYSBASE} \\" >> ${MAKEFILE}
419 echo " -DDRV_DATA_END=ndis_${SYSBASE}_drv_data_end" >> ${MAKEFILE}
420 echo "CLEANFILES+= \\" >> ${MAKEFILE}
421 echo " ${INFFILE} \\" >> ${MAKEFILE}
[all...]
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile10 MAKEFILE= Makefile macro
50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
51 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/contrib/bmake/
H A Dmkdeps.sh210 test -s $f && { MAKEFILE=$f; break; }
213 MAKEFILE=${MAKEFILE:-makefile}
226 -A) Include=;; # cat .depend >> $MAKEFILE
229 -N) update=no; shift;; # don't update $MAKEFILE
234 -f) MAKEFILE=$2; shift 2;;
296 depended=`grep 'include.*\.depend' $MAKEFILE`
299 sed '/^# DO NOT DELETE.*depend.*$/,$d' < $MAKEFILE > $TF
300 mv $TF $MAKEFILE
301 cat <<! >> $MAKEFILE
[all...]
H A Dbsd.after-import.mk20 _this := ${MAKEFILE:tA}
55 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
69 after-import: bootstrap ${MAKEFILE}
86 _makefile: bootstrap ${MAKEFILE}
/freebsd-9.3-release/usr.bin/bmake/unit-tests/
H A DMakefile97 @echo "${TEST_MAKE} -f ${MAKEFILE} > ${.TARGET}.out 2>&1"
98 @cd ${.OBJDIR} && ${TEST_MAKE} -f ${MAKEFILE} 2>&1 | \
/freebsd-9.3-release/crypto/openssl/crypto/krb5/
H A DMakefile10 MAKEFILE= Makefile macro
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A DMakefile11 MAKEFILE= Makefile macro
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A DMakefile11 MAKEFILE= Makefile macro
86 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
87 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/seed/
H A DMakefile11 MAKEFILE= Makefile macro
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A DMakefile10 MAKEFILE= Makefile macro
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/usr.bin/make/
H A DMakefile29 main.o shell.o: ${MAKEFILE}
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A DMakefile40 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
41 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/usr.bin/bmake/
H A DMakefile116 my.history: ${MAKEFILE}
160 main.o: ${SRCS} ${MAKEFILE}
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibs.mk86 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} LIB=$b)
90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} LIB=$b ${@:E})
H A Dprogs.mk90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p})
94 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} ${@:E})
/freebsd-9.3-release/crypto/openssl/fips/
H A DMakefile14 MAKEFILE= Makefile macro
212 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
213 mv -f Makefile.new $(MAKEFILE)
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A DMakefile11 MAKEFILE= Makefile macro
89 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
90 mv -f Makefile.new $(MAKEFILE)

Completed in 191 milliseconds

1234