Home
last modified time | relevance | path

Searched refs:COMPRESS_CMD (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/fonts/
H A DMakefile27 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
29 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
31 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
33 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
35 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
37 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
39 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
41 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
43 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
45 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
[all …]
/freebsd/bin/pax/
H A Doptions.c80 #define COMPRESS_CMD "compress" /* command to run as compress */ macro
780 gzip_program = COMPRESS_CMD; in tar_options()
1210 gzip_program = COMPRESS_CMD; in cpio_options()
/freebsd/share/mk/
H A Dbsd.own.mk272 COMPRESS_CMD?= gzip -cn
H A Dbsd.info.mk78 ICOMPRESS_CMD?= ${COMPRESS_CMD}
H A Dbsd.doc.mk89 DCOMPRESS_CMD?= ${COMPRESS_CMD}
H A Dbsd.man.mk81 MCOMPRESS_CMD?= ${COMPRESS_CMD}