Home
last modified time | relevance | path

Searched refs:SETS_TAR_SUFF (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A DMakefile.inc74 SETS_TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?"tar.xz":"tgz"}
91 -DSETS_TAR_SUFF=${SETS_TAR_SUFF:Q} \
H A Dmenus.mi366 msg_display_subst(MSG_ftpsource, 2, "." SETS_TAR_SUFF,
419 display action { const char suff[] = "." SETS_TAR_SUFF;
469 display action { const char suff[] = "." SETS_TAR_SUFF;
483 display action { const char suff[] = "." SETS_TAR_SUFF;
500 display action { const char suff[] = "." SETS_TAR_SUFF;
H A Ddefs.h566 #ifndef SETS_TAR_SUFF
567 #define SETS_TAR_SUFF "tgz" macro
H A Dmain.c151 {"dist postfix", "." SETS_TAR_SUFF, dist_postfix, sizeof dist_postfix},