Home
last modified time | relevance | path

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

12345678910>>...46

/freebsd/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/lib/libc/db/test/
H A Drun.test7 PROG=./dbtest
71 $PROG -o $TMP3 $type $TMP2
85 $PROG -o $TMP3 recno $TMP2
405 $PROG btree $TMP1
578 $PROG -s \
625 $PROG -o$TMP3 \
638 $PROG -o$TMP3 \
651 $PROG -o$TMP3 \
664 $PROG -o$TMP3 \
677 $PROG -o$TMP3 \
[all …]
/freebsd/contrib/bmake/mk/
H A Dprogs.mk29 .ifndef PROG
33 PROG ?= $t
38 .if defined(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}
91 .ifndef PROG
102 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} -DWITHOUT_META_STATS)
106 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} ${@:E} -DWITHOUT_META_STATS)
H A Dprog.mk87 PROG= ${PROG_CXX}
91 .if defined(PROG)
97 SRCS = ${PROG}.c
100 SRCS ?= ${PROG}.c
127 ${PROG}: ldorder
149 MAN= ${PROG}.1
154 realbuild: ${PROG}
195 .if defined(PROG)
202 (cd ${DESTDIR}/usr/games; rm -f ${PROG}; ln -s dm ${PROG})
232 .NOPATH: ${PROG}
[all …]
/freebsd/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/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/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}
147 PROG_FULL= ${PROG}
150 .if defined(PROG)
181 SRCS= ${PROG}.cc
183 SRCS= ${PROG}.c
191 OBJS+= ${PROG}.o
194 CLEANFILES+= ${PROG}.o ${PROG}.bc ${PROG}.ll
238 MAN= ${PROG}.1
257 .if defined(PROG)
258 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/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/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/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/sys/conf/
H A Dkmod.mk232 FULLPROG= ${PROG}
234 FULLPROG= ${PROG}.full
235 ${PROG}: ${FULLPROG} ${PROG}.debug
238 ${PROG}.debug: ${FULLPROG}
300 all: ${PROG}
332 CLEANFILES+= ${PROG} ${KMOD}.kld ${OBJS}
335 CLEANFILES+= ${FULLPROG} ${PROG}.debug
351 ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${KMODDIR}/
375 load: ${PROG} .PHONY
376 ${KMODLOAD} -v ${.OBJDIR}/${PROG}
[all …]
/freebsd/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/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/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/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/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/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/tools/regression/environ/
H A DMakefile.retention4 PROG= retention
8 CLEANFILES= *~ ${PROG}.core
14 test: ${PROG}
15 @./${PROG}
/freebsd/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/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/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/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/contrib/tcpdump/
H A DMakefile.in45 PROG = tcpdump
391 all: $(PROG)
393 $(PROG): $(OBJ) @V_PCAPDEP@ $(LIBNETDISSECT)
426 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG)
427 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG).`cat ${srcdir}/VERSION`
430 $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
433 rm -f $(DESTDIR)$(bindir)/$(PROG)
435 rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1
447 config.h os-proto.h stamp-h stamp-h.in $(PROG).1 \
465 @TAG=$(PROG)-`cat VERSION` && \
[all …]

12345678910>>...46