Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 25 of 1124) sorted by relevance

12345678910>>...45

/freebsd-14.2/tools/regression/geom/ConfCmp/
H A DMakefile2 PROG= ConfCmp macro
21 test: ${PROG}
23 ./${PROG} a1.conf a1.conf
24 ./${PROG} a1.conf a1a.conf
25 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
26 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
27 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 ./${PROG} a2.conf a2.conf
29 ./${PROG} a2.conf a2a.conf
30 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi
[all …]
/freebsd-14.2/lib/libc/db/test/
H A Drun.test10 PROG=./dbtest
74 $PROG -o $TMP3 $type $TMP2
88 $PROG -o $TMP3 recno $TMP2
408 $PROG btree $TMP1
581 $PROG -s \
628 $PROG -o$TMP3 \
641 $PROG -o$TMP3 \
654 $PROG -o$TMP3 \
667 $PROG -o$TMP3 \
680 $PROG -o$TMP3 \
[all …]
/freebsd-14.2/contrib/bmake/mk/
H A Dprogs.mk27 .ifndef PROG
31 PROG ?= $t
36 .if defined(PROG)
52 .if defined(${v}.${PROG}) || defined(${v}_${PROG})
53 $v += ${${v}_${PROG}:U${${v}.${PROG}}}
58 .if ${PROG} == ${UPDATE_DEPENDFILE_PROG:Uno}
64 DEPENDFILE?= .depend.${PROG}
79 .ifndef PROG
90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} -DWITHOUT_META_STATS)
94 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} ${@:E} -DWITHOUT_META_STATS)
H A Dprog.mk77 PROG= ${PROG_CXX}
84 .if defined(PROG)
87 SRCS?= ${PROG}.c
113 ${PROG}: ldorder
132 MAN= ${PROG}.1
137 realbuild: ${PROG}
178 .if defined(PROG)
185 (cd ${DESTDIR}/usr/games; rm -f ${PROG}; ln -s dm ${PROG})
215 .NOPATH: ${PROG}
239 .if ${PROG_NAME:U${PROG}} != ${PROG}
[all …]
/freebsd-14.2/contrib/libucl/tests/
H A Dbasic.test3 PROG=${TEST_BINARY_DIR}/test_basic
8 $PROG $_t.in $_out
25 $PROG -f $_t.in > /dev/null
27 $PROG -j $_t.in > /dev/null
28 $PROG -c -j $_t.in > /dev/null
30 $PROG -y $_t.in > /dev/null
32 $PROG -C $_t.in > /dev/null
34 $PROG -M $_t.in > /dev/null
35 $PROG -M -C $_t.in > /dev/null
/freebsd-14.2/usr.bin/ministat/
H A DMakefile1 PROG= ministat macro
7 test: ${PROG}
8 ./${PROG} < ${.CURDIR}/chameleon
9 ./${PROG} ${.CURDIR}/chameleon
10 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
11 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
12 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
13 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
/freebsd-14.2/share/mk/
H A Dbsd.progs.mk22 .if defined(PROG)
30 .if defined(${v}.${PROG})
31 $v += ${${v}.${PROG}}
32 .elif defined(${v}_${PROG})
33 $v += ${${v}_${PROG}}
36 .if defined(${v}.${PROG})
37 $v = ${${v}.${PROG}}
38 .elif defined(${v}_${PROG})
39 $v = ${${v}_${PROG}}
56 .END: ${PROG}.meta_files
[all …]
H A Dbsd.prog.mk32 PROG= ${PROG_CXX}
148 PROG_FULL= ${PROG}
151 .if defined(PROG)
182 SRCS= ${PROG}.cc
184 SRCS= ${PROG}.c
192 OBJS+= ${PROG}.o
195 CLEANFILES+= ${PROG}.o ${PROG}.bc ${PROG}.ll
239 MAN= ${PROG}.1
258 .if defined(PROG)
259 CLEANFILES+= ${PROG} ${PROG}.bc ${PROG}.ll
[all …]
H A Dbsd.crunchgen.mk35 CONF= ${PROG}.conf
36 OUTMK= ${PROG}.mk
37 OUTC= ${PROG}.c
38 OUTPUTS=${OUTMK} ${OUTC} ${PROG}.cache
65 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${P}
69 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${A}
77 all: ${PROG}
79 exe: ${PROG}
128 -e "s/^\(${PROG}:.*\) \$$(SUBMAKE_TARGETS)/\1/" \
133 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
[all …]
/freebsd-14.2/usr.sbin/fifolog/fifolog_reader/
H A DMakefile2 PROG= fifolog_reader macro
11 ./${PROG} /tmp/fifolog.0
12 ./${PROG} -t /tmp/fifolog.0
13 ./${PROG} /tmp/fifolog.1
14 ./${PROG} -B "00:00" /tmp/fifolog.1
15 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1
16 ./${PROG} -T "" /tmp/fifolog.1
/freebsd-14.2/contrib/ldns-host/
H A DMakefile1 PROG=ldns-host macro
12 ${PROG}: ${SRC}
16 rm -f ${PROG}
18 install: ${PROG}
19 cp ${PROG} ${PREFIX}/bin/
23 rm -f ${PREFIX}/bin/${PROG} ${MANDIR}/man1/${MAN}
/freebsd-14.2/tools/regression/poll/
H A DMakefile5 PROG= pipepoll pipeselect sockpoll macro
8 all: ${PROG}
17 -for prog in ${PROG}; do \
23 for prog in ${PROG}; do \
28 for prog in ${PROG}; do \
33 for prog in ${PROG}; do \
/freebsd-14.2/sys/conf/
H A Dkmod.mk233 FULLPROG= ${PROG}
235 FULLPROG= ${PROG}.full
236 ${PROG}: ${FULLPROG} ${PROG}.debug
239 ${PROG}.debug: ${FULLPROG}
301 all: ${PROG}
333 CLEANFILES+= ${PROG} ${KMOD}.kld ${OBJS}
336 CLEANFILES+= ${FULLPROG} ${PROG}.debug
352 ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${KMODDIR}/
376 load: ${PROG} .PHONY
377 ${KMODLOAD} -v ${.OBJDIR}/${PROG}
[all …]
/freebsd-14.2/usr.sbin/diskinfo/
H A DMakefile2 PROG= diskinfo macro
9 test: ${PROG}
10 ./${PROG} /dev/ad4 md50
11 ./${PROG} -v /dev/ad4 md50
12 ./${PROG} -t /dev/ad4
/freebsd-14.2/crypto/openssh/regress/unittests/bitmap/
H A DMakefile3 PROG=test_bitmap macro
9 REGRESS_TARGETS=run-regress-${PROG}
11 run-regress-${PROG}: ${PROG}
12 env ${TEST_ENV} ./${PROG}
/freebsd-14.2/crypto/openssh/regress/unittests/utf8/
H A DMakefile3 PROG=test_utf8 macro
9 REGRESS_TARGETS=run-regress-${PROG}
11 run-regress-${PROG}: ${PROG}
12 env ${TEST_ENV} ./${PROG}
/freebsd-14.2/usr.sbin/fifolog/fifolog_create/
H A DMakefile2 PROG= fifolog_create macro
15 ./${PROG} /tmp/fifolog.0
16 ./${PROG} -s 10m /tmp/fifolog.1
17 ./${PROG} -l 1k /tmp/fifolog.2
18 ./${PROG} -r 1k /tmp/fifolog.3
/freebsd-14.2/crypto/openssh/regress/unittests/match/
H A DMakefile3 PROG=test_match macro
11 REGRESS_TARGETS=run-regress-${PROG}
13 run-regress-${PROG}: ${PROG}
14 env ${TEST_ENV} ./${PROG}
/freebsd-14.2/crypto/openssh/regress/unittests/conversion/
H A DMakefile3 PROG=test_conversion macro
11 REGRESS_TARGETS=run-regress-${PROG}
13 run-regress-${PROG}: ${PROG}
14 env ${TEST_ENV} ./${PROG}
/freebsd-14.2/tools/regression/environ/
H A DMakefile.retention4 PROG= retention
8 CLEANFILES= *~ ${PROG}.core
14 test: ${PROG}
15 @./${PROG}
/freebsd-14.2/sys/crypto/rijndael/
H A DMakefile2 PROG=test00 macro
4 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
10 test: ${PROG}
11 ./${PROG}
/freebsd-14.2/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile3 PROG=test_hostkeys macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
/freebsd-14.2/crypto/openssh/regress/unittests/sshsig/
H A DMakefile3 PROG=test_sshsig macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
/freebsd-14.2/crypto/openssh/regress/unittests/sshkey/
H A DMakefile3 PROG=test_sshkey macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
/freebsd-14.2/crypto/openssh/regress/unittests/sshbuf/
H A DMakefile5 PROG=test_sshbuf macro
20 run-regress-${PROG}: ${PROG}
21 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS}

12345678910>>...45