Searched refs:ALLSRC (Results 51 - 75 of 206) sorted by relevance

123456789

/freebsd-11-stable/sbin/ipf/ipmon/
H A DMakefile15 ${YACC} -d ${.ALLSRC}
28 ${.ALLSRC} > ${.TARGET}
32 ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/lib/libmagic/
H A DMakefile50 ${.ALLSRC} > ${.TARGET}
53 cat ${.ALLSRC:O} > ${.TARGET}
61 ${CC:N${CCACHE_BIN}} ${CFLAGS} -DCOMPILE_ONLY ${LDFLAGS} -o ${.TARGET} ${.ALLSRC:N*.h} \
71 -e 's,__MAGIC__,${MAGICPATH}/magic,g' ${.ALLSRC} > ${.TARGET}
77 sed -e 's,X.YY,${FILEVER:S,",,g:S,.,,g},g' ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/kerberos5/lib/libasn1/
H A DMakefile63 --option-file=${.ALLSRC:M*.opt} ${.ALLSRC:M*.asn1} cms_asn1
75 --sequence=CRLDistributionPoints ${.ALLSRC:M*.asn1} rfc2459_asn1
82 --option-file=${.ALLSRC:M*.opt} \
83 ${.ALLSRC:M*.asn1} krb5_asn1
89 ${.ALLSRC:M*.asn1} pkinit_asn1
95 ${.ALLSRC:M*.asn1} pkcs8_asn1
101 ${.ALLSRC:M*.asn1} pkcs9_asn1
107 ${.ALLSRC:M*.asn1} pkcs12_asn1
113 ${.ALLSRC
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile90 sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
94 sed -e 's,!!TRAD_HEADER!!,"hosts/i386bsd.h",g' ${.ALLSRC} > ${.TARGET}
96 sed -e 's,!!TRAD_HEADER!!,,g' ${.ALLSRC} > ${.TARGET}
101 sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
104 sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
H A DMakefile.i38619 sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/share/mk/
H A Dbsd.snmpmod.mk11 cat ${.ALLSRC} | gensnmptree -e ${XSYM} > ${.TARGET}
16 cat ${.ALLSRC} | gensnmptree -p ${MOD}_
38 SMIPATH=${SMIPATH} ${SMILINT} ${SMILINT_FLAGS} ${.ALLSRC}
/freebsd-11-stable/share/termcap/
H A DMakefile24 cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
/freebsd-11-stable/libexec/atf/atf-sh/tests/
H A DMakefile24 cat ${.ALLSRC} >>${.TARGET}.tmp
/freebsd-11-stable/sbin/ipf/ipnat/
H A DMakefile14 ${YACC} -d ${.ALLSRC}
29 ${.ALLSRC} > ${.TARGET}
33 ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/share/doc/papers/timecounter/
H A DMakefile18 ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/usr.sbin/amd/include/
H A DMakefile22 sh ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/tests/sys/fs/
H A DMakefile19 cat ${.ALLSRC} | \
/freebsd-11-stable/tests/sys/kern/acct/
H A DMakefile17 -e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >${.TARGET}.tmp
/freebsd-11-stable/lib/libbegemot/
H A DMakefile19 cat ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/lib/libpam/static_libpam/
H A DMakefile68 -r -Wl,--whole-archive ${.ALLSRC}
/freebsd-11-stable/libexec/mail.local/
H A DMakefile28 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.bin/getaddrinfo/
H A DMakefile17 LC_ALL=C awk -f ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/usr.bin/fortune/datfiles/
H A DMakefile19 strfile -Cs ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.sbin/fmtree/
H A DMakefile19 ${CP} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.bin/file/
H A DMakefile47 -e 's,__MAGIC__,${MAGICPATH}/magic,g' ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/sys/modules/cxgbe/t4_firmware/
H A DMakefile25 uudecode -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/sys/modules/cxgbe/t5_firmware/
H A DMakefile25 uudecode -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/sys/modules/cxgbe/t6_firmware/
H A DMakefile25 uudecode -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/usr.bin/mkimg/tests/
H A DMakefile15 sed -e '/^#.*/D' < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/usr.bin/netstat/
H A DMakefile20 ' < ${.ALLSRC} > ${.TARGET} || rm -f ${.TARGET}
29 < ${.ALLSRC} > ${.TARGET} || rm -f ${.TARGET}

Completed in 237 milliseconds

123456789