Searched refs:TARGET (Results 151 - 175 of 494) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/contrib/dev/ral/
H A DMakefile12 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561s.fw) > ${.TARGET}
21 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561.fw) > ${.TARGET}
30 (sed 's/^/# /' LICENSE; ./build | uuencode rt2661.fw) > ${.TARGET}
39 (sed 's/^/# /' LICENSE; ./build | uuencode rt2860.fw) > ${.TARGET}
/freebsd-10-stable/sys/modules/if_disc/
H A DMakefile10 echo "#define INET 1" > ${.TARGET}
13 # echo "#define INET6 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/rp/
H A DMakefile10 echo "#define COMPAT_43 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/trm/
H A DMakefile11 echo "#define SCSI_DELAY 15000" > ${.TARGET}
/freebsd-10-stable/sys/modules/usb/runfw/
H A DMakefile9 uudecode -p $? > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_acl/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_amrr/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_rssadapt/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_tkip/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_wep/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/sys/modules/wlan_xauth/
H A DMakefile11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
/freebsd-10-stable/tools/regression/environ/
H A DMakefile7 .for target in ${.TARGET}
/freebsd-10-stable/tools/tools/shlib-compat/test/libtestsys/
H A DMakefile11 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
/freebsd-10-stable/usr.sbin/rpc.ypxfrd/
H A DMakefile25 rm -f ${.TARGET}
27 sed s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > ${.TARGET}
30 # rm -f ${.TARGET}
31 # ${RPCGEN} -c -o ${.TARGET} ${RPCDIR}/ypxfrd.x
34 rm -f ${.TARGET}
35 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/ypxfrd.x
/freebsd-10-stable/usr.bin/top/
H A DMakefile31 awk -f ${SIGCONV_AWK} < ${SIGNAL_H} > ${.TARGET}
36 @${ECHO} Making ${.TARGET} from ${.IMPSRC}
43 ${.IMPSRC} > ${.TARGET}
47 cat ${.ALLSRC} > ${.TARGET}
/freebsd-10-stable/share/i18n/csmapper/
H A DMakefile14 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
15 printf '%s\n' "$$newfile" >${.TARGET}
17 ${MKCSMAPPER} -m -o ${.TARGET} ${.ALLSRC}
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
29 ${MKCSMAPPER} -p -o ${.TARGET} ${.ALLSRC}
/freebsd-10-stable/share/i18n/esdb/
H A DMakefile17 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
18 printf '%s\n' "$$newfile" >${.TARGET}
20 ${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
29 ${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
/freebsd-10-stable/sbin/ipf/ipf/
H A DMakefile16 y.tab.c > ${.TARGET}
18 y.tab.h > ${.TARGET:.c=.h}
26 ${.ALLSRC} > ${.TARGET}
30 ${.ALLSRC} > ${.TARGET}
/freebsd-10-stable/share/examples/tests/tests/tap/
H A DMakefile34 @echo "File 1" > ${.TARGET}
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp/
H A DMakefile31 mv hfs.tmpl.bz2 ${.TARGET}.bz2
32 bzip2 -f -d ${.TARGET}.bz2
33 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
34 ${DD} if=${.CURDIR}/bootinfo.txt of=${.TARGET} seek=${BOOTINFO_OFFSET} \
/freebsd-10-stable/usr.bin/getconf/
H A DMakefile20 LC_ALL=C awk -f ${FAKE_GPERF} ${.IMPSRC} >${.TARGET}
24 sed -e 's/,$$//' >${.TARGET}
35 cat ${.ALLSRC} >${.TARGET}
38 LC_ALL=C sort -u ${.ALLSRC} >${.TARGET}
/freebsd-10-stable/usr.sbin/ypserv/
H A DMakefile30 rm -f ${.TARGET}
32 sed s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > ${.TARGET}
35 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
38 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
/freebsd-10-stable/release/picobsd/tinyware/passwd/
H A DMakefile35 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
38 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC}
41 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW}
44 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PW}
47 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PRIV}
50 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PRIV}
53 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV}
/freebsd-10-stable/contrib/bmake/mk/
H A Dlib.mk275 ${COMPILE.c} ${CC_PG} ${PROFFLAGS} ${.IMPSRC} -o ${.TARGET}
278 ${COMPILE.cc} -pg ${.IMPSRC} -o ${.TARGET}
281 ${COMPILE.S} ${PICFLAG} ${CC_PIC} ${CFLAGS:M-[ID]*} ${AINC} ${.IMPSRC} -o ${.TARGET}
284 ${COMPILE.c} ${CC_PG} ${PROFFLAGS} ${.IMPSRC} -o ${.TARGET}.o
285 @${LD} ${LD_X} ${LD_r} ${.TARGET}.o -o ${.TARGET}
286 @rm -f ${.TARGET}.o
289 ${COMPILE.cc} ${CXX_PG} ${.IMPSRC} -o ${.TARGET}.o
290 ${LD} ${LD_X} ${LD_r} ${.TARGET}.o -o ${.TARGET}
[all...]
H A Drst2htm.mk29 RST2HTM = ${"${.TARGET:T:M*slides*}":?${RST2S5}:${RST2HTML}}
32 RST2HTM_FLAGS ?= ${"${.TARGET:T:M*slides*}":?${RST2HTM_SLIDES_FLAGS}:${RST2HTM_DOC_FLAGS}}
34 RST2PDF_FLAGS ?= ${"${.TARGET:T:M*slides*}":?${RST2PDF_SLIDES_FLAGS}:${RST2PDF_DOC_FLAGS}}
45 ${RST2HTM} ${RST2HTM_FLAGS} ${FLAGS.${.TARGET}} ${.IMPSRC} ${.TARGET}
48 ${RST2PDF} ${RST2PDF_FLAGS} ${FLAGS.${.TARGET}} ${.IMPSRC} ${.TARGET}

Completed in 297 milliseconds

1234567891011>>