Searched refs:PROG (Results 1 - 25 of 1118) sorted by last modified time

1234567891011>>

/freebsd-current/share/mk/
H A Dbsd.sys.mk336 # per PROG which is ambiguous with this syntax. This is only needed
394 # we don't want ${PROG} to be PHONY
395 .PHONY: ${PHONY_NOTMAIN:N${PROG:U}}
419 .if !empty(PROG)
422 STAGE_AS_${PROG}= ${PROGNAME}
423 stage_as.prog: ${PROG}
426 stage_files.prog: ${PROG}
493 stage_links.links: ${_LIBS} ${PROG}
/freebsd-current/sbin/nvmecontrol/
H A DMakefile4 PROG= nvmecontrol macro
/freebsd-current/libexec/rtld-elf/
H A DMakefile25 PROG?= ld-elf.so.1 macro
27 .if ${PROG:M*ld-elf${_libcompat}[-.]*} != ""
58 SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
108 .if exists(${DESTDIR}/usr/libexec/${PROG}) && ${MK_STAGING} == "no"
109 -chflags -h noschg ${DESTDIR}/usr/libexec/${PROG}
/freebsd-current/sys/conf/
H A Dkmod.mk31 # PROG The name of the kernel module to build.
227 .if !defined(PROG)
228 PROG= ${KMOD}.ko macro
232 FULLPROG= ${PROG}
234 FULLPROG= ${PROG}.full
235 ${PROG}: ${FULLPROG} ${PROG}.debug
236 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.debug \
238 ${PROG}.debug: ${FULLPROG}
300 all: ${PROG}
[all...]
/freebsd-current/stand/efi/boot1/
H A DMakefile5 PROG= ${BOOT1}.sym macro
93 ${BOOT1}.efi: ${PROG}
/freebsd-current/rescue/rescue/
H A DMakefile21 PROG= rescue macro
/freebsd-current/usr.sbin/ntp/ntptime/
H A DMakefile5 PROG= ntptime macro
/freebsd-current/usr.sbin/ntp/sntp/
H A DMakefile7 PROG= sntp macro
/freebsd-current/usr.sbin/ntp/ntpdc/
H A DMakefile9 PROG= ntpdc macro
/freebsd-current/usr.sbin/ntp/ntpq/
H A DMakefile11 PROG= ntpq macro
/freebsd-current/usr.sbin/ntp/ntpdate/
H A DMakefile7 PROG= ntpdate macro
/freebsd-current/usr.sbin/ntp/ntpd/
H A DMakefile17 PROG= ntpd macro
/freebsd-current/usr.sbin/ntp/ntp-keygen/
H A DMakefile10 PROG= ntp-keygen macro
/freebsd-current/usr.bin/bmake/
H A DMakefile16 PROG?= ${.CURDIR:T} macro
96 MAN= ${PROG}.1
99 .if ${PROG} != "make"
113 -e '/^.Dt/s/MAKE/${PROG:tu}/' \
115 -e '/^.Nm/s/make/${PROG}/' \
148 TEST_MAKE ?= ${.OBJDIR}/${PROG:T}
/freebsd-current/contrib/bmake/mk/
H A Down.mk117 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
H A Dprogs.mk29 .ifndef PROG
33 PROG ?= $t macro
38 .if defined(PROG)
53 # would match PROG
64 .if defined(${v}.${PROG}) || defined(${v}_${PROG})
65 $v += ${${v}_${PROG}:U${${v}.${PROG}}}
70 .if ${PROG} == ${UPDATE_DEPENDFILE_PROG:Uno}
76 DEPENDFILE?= .depend.${PROG}
[all...]
/freebsd-current/contrib/bmake/
H A DMakefile3 PROG= bmake macro
123 PROG_NAME= ${PROG}-${_MAKE_VERSION}
125 SYMLINKS+= ${PROG_NAME} ${BINDIR}/${PROG}
132 MAN= ${PROG}.1
135 .if ${PROG} != "make"
149 -e '/^.Dt/s/MAKE/${PROG:tu}/' \
151 -e '/^.Nm/s/make/${PROG}/' \
216 TEST_MAKE ?= ${.OBJDIR}/${PROG:T}
/freebsd-current/usr.sbin/nvmfd/
H A DMakefile5 PROG= nvmfd macro
/freebsd-current/usr.sbin/ctladm/
H A DMakefile5 PROG= ctladm macro
/freebsd-current/usr.sbin/bhyve/
H A DMakefile6 PROG= bhyve macro
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A DMakefile4 PROG= nvmfdd macro
/freebsd-current/sbin/camcontrol/
H A DMakefile5 PROG= camcontrol macro
/freebsd-current/usr.sbin/bhyvectl/
H A DMakefile5 PROG= bhyvectl macro
/freebsd-current/usr.sbin/praudit/
H A DMakefile12 PROG= praudit macro
/freebsd-current/usr.sbin/authpf/
H A DMakefile5 PROG= authpf macro

Completed in 226 milliseconds

1234567891011>>