Home
last modified time | relevance | path

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

12345678910>>...45

/freebsd-13.1/tools/regression/geom/ConfCmp/
H A DMakefile3 PROG= ConfCmp macro
22 test: ${PROG}
24 ./${PROG} a1.conf a1.conf
25 ./${PROG} a1.conf a1a.conf
26 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
27 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi
29 ./${PROG} a2.conf a2.conf
30 ./${PROG} a2.conf a2a.conf
31 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi
[all …]
/freebsd-13.1/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-13.1/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 .if defined(PROG)
80 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}
242 stage_as.prog: ${PROG}
[all …]
/freebsd-13.1/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-13.1/usr.bin/ministat/
H A DMakefile2 PROG= ministat macro
8 test: ${PROG}
9 ./${PROG} < ${.CURDIR}/chameleon
10 ./${PROG} ${.CURDIR}/chameleon
11 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
12 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
13 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
/freebsd-13.1/share/mk/
H A Dbsd.progs.mk23 .if defined(PROG)
31 .if defined(${v}.${PROG})
32 $v += ${${v}.${PROG}}
33 .elif defined(${v}_${PROG})
34 $v += ${${v}_${PROG}}
37 .if defined(${v}.${PROG})
38 $v = ${${v}.${PROG}}
39 .elif defined(${v}_${PROG})
40 $v = ${${v}_${PROG}}
57 .END: ${PROG}.meta_files
[all …]
H A Dbsd.prog.mk33 PROG= ${PROG_CXX}
136 PROG_FULL= ${PROG}
139 .if defined(PROG)
140 PROGNAME?= ${PROG}
170 SRCS= ${PROG}.cc
172 SRCS= ${PROG}.c
180 OBJS+= ${PROG}.o
183 CLEANFILES+= ${PROG}.o ${PROG}.bc ${PROG}.ll
227 MAN= ${PROG}.1
241 .if defined(PROG)
[all …]
H A Dbsd.crunchgen.mk36 CONF= ${PROG}.conf
37 OUTMK= ${PROG}.mk
38 OUTC= ${PROG}.c
39 OUTPUTS=${OUTMK} ${OUTC} ${PROG}.cache
66 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${P}
70 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${A}
78 all: ${PROG}
80 exe: ${PROG}
126 -e "s/^\(${PROG}:.*\) \$$(SUBMAKE_TARGETS)/\1/" \
131 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
[all …]
/freebsd-13.1/usr.sbin/fifolog/fifolog_reader/
H A DMakefile3 PROG= fifolog_reader macro
12 ./${PROG} /tmp/fifolog.0
13 ./${PROG} -t /tmp/fifolog.0
14 ./${PROG} /tmp/fifolog.1
15 ./${PROG} -B "00:00" /tmp/fifolog.1
16 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1
17 ./${PROG} -T "" /tmp/fifolog.1
/freebsd-13.1/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-13.1/tools/regression/poll/
H A DMakefile6 PROG= pipepoll pipeselect sockpoll macro
9 all: ${PROG}
18 -for prog in ${PROG}; do \
24 for prog in ${PROG}; do \
29 for prog in ${PROG}; do \
34 for prog in ${PROG}; do \
/freebsd-13.1/usr.sbin/diskinfo/
H A DMakefile3 PROG= diskinfo macro
10 test: ${PROG}
11 ./${PROG} /dev/ad4 md50
12 ./${PROG} -v /dev/ad4 md50
13 ./${PROG} -t /dev/ad4
/freebsd-13.1/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-13.1/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-13.1/usr.sbin/fifolog/fifolog_create/
H A DMakefile3 PROG= fifolog_create macro
16 ./${PROG} /tmp/fifolog.0
17 ./${PROG} -s 10m /tmp/fifolog.1
18 ./${PROG} -l 1k /tmp/fifolog.2
19 ./${PROG} -r 1k /tmp/fifolog.3
/freebsd-13.1/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-13.1/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-13.1/tools/regression/environ/
H A DMakefile.retention5 PROG= retention
9 CLEANFILES= *~ ${PROG}.core
15 test: ${PROG}
16 @./${PROG}
/freebsd-13.1/sys/crypto/rijndael/
H A DMakefile3 PROG=test00 macro
5 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
11 test: ${PROG}
12 ./${PROG}
/freebsd-13.1/libexec/rtld-elf/
H A DMakefile17 PROG?= ld-elf.so.1 macro
18 .if (${PROG:M*ld-elf32*} != "")
48 SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
76 .if exists(${DESTDIR}/usr/libexec/${PROG}) && ${MK_STAGING} == "no"
77 -chflags -h noschg ${DESTDIR}/usr/libexec/${PROG}
/freebsd-13.1/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-13.1/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-13.1/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-13.1/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