Home
last modified time | relevance | path

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

/freebsd-14.2/stand/fonts/
H A DMakefile26 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
28 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
30 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
32 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
34 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
36 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
38 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
40 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
42 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
44 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
[all …]
/freebsd-14.2/bin/pax/
H A Doptions.c87 #define COMPRESS_CMD "compress" /* command to run as compress */ macro
787 gzip_program = COMPRESS_CMD; in tar_options()
1217 gzip_program = COMPRESS_CMD; in cpio_options()
/freebsd-14.2/share/mk/
H A Dbsd.own.mk269 COMPRESS_CMD?= gzip -cn
H A Dbsd.doc.mk91 DCOMPRESS_CMD?= ${COMPRESS_CMD}
H A Dbsd.info.mk78 ICOMPRESS_CMD?= ${COMPRESS_CMD}
H A Dbsd.man.mk62 MCOMPRESS_CMD?= ${COMPRESS_CMD}