Searched refs:PROG (Results 1 - 25 of 1206) sorted by relevance

1234567891011>>

/freebsd-10-stable/sbin/recoverdisk/
H A DMakefile3 PROG= recoverdisk macro
7 test: ${PROG}
8 ./${PROG} /dev/ad0
/freebsd-10-stable/tools/diag/dumpvfscache/
H A DMakefile3 PROG= dumpvfscache macro
9 test: ${PROG}
10 ./${PROG} > a
/freebsd-10-stable/bin/kill/
H A DMakefile4 PROG= kill macro
/freebsd-10-stable/bin/pwd/
H A DMakefile4 PROG= pwd macro
/freebsd-10-stable/usr.bin/false/
H A DMakefile4 PROG= false macro
/freebsd-10-stable/usr.bin/nice/
H A DMakefile4 PROG= nice macro
/freebsd-10-stable/usr.bin/nohup/
H A DMakefile4 PROG= nohup macro
/freebsd-10-stable/usr.bin/time/
H A DMakefile4 PROG= time macro
/freebsd-10-stable/usr.bin/true/
H A DMakefile4 PROG= true macro
/freebsd-10-stable/tools/regression/environ/
H A DMakefile.retention5 PROG= retention
9 CLEANFILES= *~ ${PROG}.core
15 test: ${PROG}
16 @./${PROG}
H A DMakefile.timings5 PROG= timings
9 CLEANFILES= ${PROG}.core
15 test: ${PROG}
/freebsd-10-stable/usr.sbin/diskinfo/
H A DMakefile3 PROG= diskinfo macro
11 test: ${PROG}
12 ./${PROG} /dev/ad4 md50
13 ./${PROG} -v /dev/ad4 md50
14 ./${PROG} -t /dev/ad4
/freebsd-10-stable/crypto/openssh/regress/unittests/bitmap/
H A DMakefile5 PROG=test_bitmap macro
7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile5 PROG=test_hostkeys macro
7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
/freebsd-10-stable/crypto/openssh/regress/unittests/kex/
H A DMakefile5 PROG=test_kex macro
7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A DMakefile5 PROG=test_sshkey macro
7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
/freebsd-10-stable/crypto/openssh/regress/unittests/utf8/
H A DMakefile5 PROG=test_utf8 macro
7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG}
/freebsd-10-stable/games/fortune/fortune/
H A DMakefile4 PROG= fortune macro
10 test: ${PROG}
11 ./${PROG} -m brass
/freebsd-10-stable/tools/regression/geom/MdLoad/
H A DMakefile3 PROG= MdLoad macro
13 test: ${PROG}
14 ./${PROG} md34 ../Data/disk.critter.ad0.xml
/freebsd-10-stable/tools/regression/lib/libc/resolv/
H A DMakefile4 PROG= resolv macro
12 regress: ${PROG}
13 ./${PROG} -r ${.CURDIR}/mach
/freebsd-10-stable/tools/test/ppsapi/
H A DMakefile3 PROG= ppsapitest macro
12 test: ${PROG}
13 ./${PROG} /dev/cuau0
/freebsd-10-stable/contrib/pjdfstest/
H A DMakefile3 PROG= pjdfstest macro
5 ${PROG}: ${PROG}.c
21 cmd="gcc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
26 rm -f ${PROG}
/freebsd-10-stable/tools/regression/pjdfstest/
H A DMakefile3 PROG= pjdfstest macro
5 ${PROG}: ${PROG}.c
21 cmd="cc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
26 rm -f ${PROG}
/freebsd-10-stable/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-10-stable/bin/chio/
H A DMakefile4 PROG= chio macro

Completed in 257 milliseconds

1234567891011>>