/freebsd/tools/regression/geom/ConfCmp/ |
H A D | Makefile | 1 PROG= ConfCmp macro 20 test: ${PROG} 22 ./${PROG} a1.conf a1.conf 23 ./${PROG} a1.conf a1a.conf 24 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi 25 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi 26 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi 27 ./${PROG} a2.conf a2.conf 28 ./${PROG} a2.conf a2a.conf 29 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi [all …]
|
/freebsd/lib/libc/db/test/ |
H A D | run.test | 7 PROG=./dbtest 71 $PROG -o $TMP3 $type $TMP2 85 $PROG -o $TMP3 recno $TMP2 110 $PROG -o $TMP3 $type $TMP2 123 $PROG -o $TMP3 recno $TMP2 146 $PROG -o $TMP3 $type $TMP2 165 $PROG -i psize=$psize -o $TMP3 $type $TMP2 182 $PROG -i psize=$psize -o $TMP3 recno $TMP2 247 $PROG -o $TMP3 recno $TMP2 283 $PROG -o $TMP3 recno $TMP2 [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | progs.mk | 29 .ifndef PROG 33 PROG ?= $t 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...] |
H A D | prog.mk | 87 PROG= ${PROG_CXX} 91 .if defined(PROG) 97 SRCS = ${PROG}.c 100 SRCS ?= ${PROG}.c 113 .NOPATH: ${OBJS} ${PROG} ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}} 129 ${PROG}: ldorder 139 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD} 144 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD} 151 MAN= ${PROG}.1 156 realbuild: ${PROG} [all …]
|
/freebsd/contrib/libucl/tests/ |
H A D | basic.test | 3 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 D | Makefile | 1 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 D | bsd.progs.mk | 22 .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}} 50 CLEANFILES+= ${PROG} [all...] |
H A D | bsd.prog.mk | 32 PROG= ${PROG_CXX} 139 PROG_FULL=${PROG}.full 156 PROG_FULL= ${PROG} 159 .if defined(PROG) 160 PROGNAME?= ${PROG} 188 .if !target(${PROG}) 190 SRCS= ${PROG}.cc 192 SRCS= ${PROG}.c 200 OBJS+= ${PROG}.o 201 BCOBJS+= ${PROG}.bc [all …]
|
H A D | bsd.crunchgen.mk | 35 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 D | Makefile | 1 PROG= fifolog_reader macro 10 ./${PROG} /tmp/fifolog.0 11 ./${PROG} -t /tmp/fifolog.0 12 ./${PROG} /tmp/fifolog.1 13 ./${PROG} -B "00:00" /tmp/fifolog.1 14 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1 15 ./${PROG} -T "" /tmp/fifolog.1
|
/freebsd/contrib/ldns-host/ |
H A D | Makefile | 1 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/sys/conf/ |
H A D | kmod.mk | 233 FULLPROG= ${PROG} 235 FULLPROG= ${PROG}.full 236 ${PROG}: ${FULLPROG} ${PROG}.debug 237 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${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}/ 355 ${_INSTALLFLAGS} ${PROG}.debug ${DESTDIR}${KERN_DEBUGDIR}${KMODDIR}/ [all …]
|
/freebsd/tools/regression/poll/ |
H A D | Makefile | 5 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/usr.sbin/diskinfo/ |
H A D | Makefile | 1 PROG= diskinfo macro 8 test: ${PROG} 9 ./${PROG} /dev/ad4 md50 10 ./${PROG} -v /dev/ad4 md50 11 ./${PROG} -t /dev/ad4
|
/freebsd/crypto/openssh/regress/unittests/utf8/ |
H A D | Makefile | 3 PROG=test_utf8 macro 9 REGRESS_TARGETS=run-regress-${PROG} 11 run-regress-${PROG}: ${PROG} 12 env ${TEST_ENV} ./${PROG}
|
/freebsd/crypto/openssh/regress/unittests/bitmap/ |
H A D | Makefile | 3 PROG=test_bitmap 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 D | Makefile | 1 PROG= fifolog_create macro 14 ./${PROG} /tmp/fifolog.0 15 ./${PROG} -s 10m /tmp/fifolog.1 16 ./${PROG} -l 1k /tmp/fifolog.2 17 ./${PROG} -r 1k /tmp/fifolog.3
|
/freebsd/crypto/openssh/regress/unittests/conversion/ |
H A D | Makefile | 3 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 D | Makefile | 3 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 D | Makefile.retention | 4 PROG= retention 8 CLEANFILES= *~ ${PROG}.core 14 test: ${PROG} 15 @./${PROG}
|
/freebsd/sys/crypto/rijndael/ |
H A D | Makefile | 1 PROG=test00 macro 3 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c 9 test: ${PROG} 10 ./${PROG}
|
/freebsd/crypto/openssh/regress/unittests/sshsig/ |
H A D | Makefile | 3 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/hostkeys/ |
H A D | Makefile | 3 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/sshkey/ |
H A D | Makefile | 3 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/libexec/rtld-elf/ |
H A D | Makefile | 24 PROG?= ld-elf.so.1 macro 26 .if ${PROG:M*ld-elf${_libcompat}[-.]*} != "" 57 SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG} 107 .if exists(${DESTDIR}/usr/libexec/${PROG}) && ${MK_STAGING} == "no" 108 -chflags -h noschg ${DESTDIR}/usr/libexec/${PROG}
|