Searched refs:TARGET (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/amd64/conf/
H A DMakefile3 TARGET=amd64 macro
/freebsd-10.1-release/sys/arm/conf/
H A DMakefile3 TARGET=arm macro
/freebsd-10.1-release/sys/i386/conf/
H A DMakefile3 TARGET=i386 macro
/freebsd-10.1-release/sys/ia64/conf/
H A DMakefile3 TARGET=ia64 macro
/freebsd-10.1-release/sys/pc98/conf/
H A DMakefile3 TARGET=pc98 macro
/freebsd-10.1-release/sys/powerpc/conf/
H A DMakefile3 TARGET=powerpc macro
/freebsd-10.1-release/sys/sparc64/conf/
H A DMakefile3 TARGET=sparc64 macro
/freebsd-10.1-release/share/examples/ses/
H A DMakefile.inc41 cat ${.IMPSRC} > ${.TARGET}
/freebsd-10.1-release/sys/modules/drm2/radeonkmsfw/
H A DMakefile.inc18 uudecode -p $? > ${.TARGET}
/freebsd-10.1-release/sys/modules/iwnfw/
H A DMakefile.inc18 uudecode -p $? > ${.TARGET}
/freebsd-10.1-release/sys/modules/ralfw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10.1-release/sys/modules/usb/rsufw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10.1-release/sys/modules/usb/urtwnfw/
H A DMakefile.inc15 uudecode -p $? > ${.TARGET}
/freebsd-10.1-release/sys/conf/
H A DmakeLINT.mk8 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
14 cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > ${.TARGET}
15 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
16 echo "include ${.TARGET}" > ${.TARGET}-VIMAGE
17 echo "ident ${.TARGET}-VIMAGE" >> ${.TARGET}-VIMAGE
18 echo "options VIMAGE" >> ${.TARGET}
[all...]
/freebsd-10.1-release/lib/libc/yp/
H A DMakefile.inc16 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
19 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-10.1-release/lib/libthr/support/
H A DMakefile.inc21 printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' > ${.TARGET}
29 ${CC} -fPIC -nostdlib -o ${.TARGET} -r ${.ALLSRC}
/freebsd-10.1-release/contrib/opie/libmissing/
H A DMakefile.in20 TARGET=libmissing.a
22 all: $(TARGET)
24 $(TARGET): $(OBJS)
25 @AR@ @ARFLAGS@ $(TARGET) $(OBJS)
26 @RANLIB@ $(TARGET)
29 -rm -f $(OBJS) $(TARGET)
/freebsd-10.1-release/sys/modules/netgraph/iface/
H A DMakefile9 echo "#define NETATALK 1" > ${.TARGET}
12 echo "#define INET 1" > ${.TARGET}
15 echo "#define INET6 1" > ${.TARGET}
18 echo "#define IPX 1" > ${.TARGET}
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dmakellib106 TARGET=$LLIB
111 TARGET=$llib.c
112 ln $llib $TARGET
116 TARGET=$llib.c
117 ln $llib $TARGET
121 TARGET=$llib.c
122 ln $llib $TARGET
126 TARGET=$llib.c
127 ln $llib $TARGET
131 TARGET
[all...]
/freebsd-10.1-release/share/syscons/scrnmaps/
H A DMakefile17 ${SCRMAPS}: ${.TARGET:R}.mk
18 ./${.TARGET:R}.mk ${.TARGET:R}.tmp
19 uuencode ${.TARGET:R}.tmp ${.TARGET:R} > ${.TARGET}
20 rm -f ${.TARGET:R}.tmp
22 ${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c
23 ${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
24 -o ${.TARGET}
[all...]
/freebsd-10.1-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile11 cat ${.ALLSRC} >${.TARGET}
13 echo "papersize a4" >>${.TARGET}; \
15 echo "papersize letter" >>${.TARGET}; \
17 test -z '${LBPPRINT}' || echo print '${LBPPRINT}' >>${.TARGET}
/freebsd-10.1-release/sys/modules/if_tun/
H A DMakefile10 echo "#define NETATALK 1" > ${.TARGET}
13 echo "#define INET 1" > ${.TARGET}
16 echo "#define INET6 1" > ${.TARGET}
19 echo "#define IPX 1" > ${.TARGET}
/freebsd-10.1-release/lib/libmd/
H A DMakefile62 sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' ${.ALLSRC}) > ${.TARGET}
66 sed -e 's/mdX/md5/g' -e 's/MDX/MD5/g' ${.ALLSRC}) > ${.TARGET}
71 ${.ALLSRC}) > ${.TARGET}
76 ${.ALLSRC}) > ${.TARGET}
82 ${.ALLSRC}) > ${.TARGET}
88 ${.ALLSRC}) > ${.TARGET}
94 ${.ALLSRC}) > ${.TARGET}
98 sed -e "s/mdX/md${i}/g" -e "s/MDX/MD${i}/g" ${.ALLSRC} > ${.TARGET}
99 cat ${.CURDIR}/md${i}.copyright >> ${.TARGET}
103 echo 'MD4 test suite:' > ${.TARGET}
[all...]
/freebsd-10.1-release/sys/modules/lmc/
H A DMakefile14 echo "#define INET 1" > ${.TARGET}
16 echo "#define INET6 0" > ${.TARGET}
18 echo "#define NETGRAPH 1" > ${.TARGET}
20 echo "#define ALTQ 1" > ${.TARGET}
22 echo "#define DEV_BPF 1" > ${.TARGET}
/freebsd-10.1-release/usr.sbin/amd/include/
H A DMakefile21 @rm -f ${.TARGET}
22 sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
25 @rm -f ${.TARGET}
26 @echo "/* NIS disabled by WITHOUT_NIS src.conf option */" >> ${.TARGET}
27 @echo "#undef HAVE_MAP_NIS" >> ${.TARGET}

Completed in 303 milliseconds

1234567891011>>