Searched refs:CURDIR (Results 151 - 175 of 1097) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.sbin/ifstated/
H A DMakefile10 env OBJDIR=${.OBJDIR} sh ${.CURDIR}/statemachine
13 ${SUDO} env OBJDIR=${.OBJDIR} sh ${.CURDIR}/ifstated
/openbsd-current/regress/usr.bin/rev/
H A DMakefile7 LC_ALL=C rev ${.CURDIR}/in.txt > out.ascii.txt
8 diff -u ${.CURDIR}/exp.ascii.txt out.ascii.txt
9 LC_ALL=en_US.UTF-8 rev ${.CURDIR}/in.txt > out.utf8.txt
10 diff -u ${.CURDIR}/exp.utf8.txt out.utf8.txt
/openbsd-current/regress/usr.sbin/rpki-client/openssl11/
H A DMakefile4 CFLAGS += -I${.CURDIR}/ -I/usr/local/include/eopenssl11/
6 .PATH: ${.CURDIR}/..
/openbsd-current/distrib/special/newfs_msdos/
H A DMakefile8 .PATH: ${.CURDIR}/../../../sbin/newfs_msdos
/openbsd-current/distrib/special/fsck_ext2fs/
H A DMakefile6 CFLAGS+= -I${.CURDIR}/../../../sbin/fsck -DSMALL
8 .PATH: ${.CURDIR}/../../../sbin/fsck_ext2fs
9 .PATH: ${.CURDIR}/../../../sbin/fsck
10 .PATH: ${.CURDIR}/../../../sys/ufs/ext2fs
/openbsd-current/gnu/usr.bin/clang/libLLVMWindowsDriver/
H A DMakefile8 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/WindowsDriver
/openbsd-current/regress/lib/libtls/keypair/
H A DMakefile9 CFLAGS+= -I${.CURDIR}/../../../../lib/libtls
16 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem \
17 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
18 ${.CURDIR}/../../libssl/certs/server1-rsa.pem
/openbsd-current/usr.sbin/radiusd/
H A DMakefile.inc3 .PATH: ${.CURDIR}/..
4 CFLAGS+= -I${.CURDIR}/..
/openbsd-current/distrib/miniroot/
H A Drunlist.sh13 done ) | awk -f ${UTILS:-${CURDIR}}/list2sh.awk | ${SHELLCMD}
/openbsd-current/games/factor/
H A DMakefile5 CFLAGS+=-I${.CURDIR}/../primes
7 .PATH: ${.CURDIR}/../primes
/openbsd-current/sys/arch/alpha/stand/setnetbootinfo/
H A DMakefile4 .PATH: ${.CURDIR}/..
13 CFLAGS+= -I${.CURDIR}/..
/openbsd-current/lib/libc/citrus/
H A DMakefile.inc7 CFLAGS+=-I${.CURDIR}
/openbsd-current/sbin/fsck_msdos/
H A DMakefile6 .PATH: ${.CURDIR}/../fsck
7 CFLAGS+= -I${.CURDIR}/../fsck
/openbsd-current/sbin/quotacheck/
H A DMakefile5 CFLAGS+=-I${.CURDIR}/../fsck
7 .PATH: ${.CURDIR}/../fsck
/openbsd-current/regress/lib/libpthread/setsockopt/3a/
H A DMakefile4 CFLAGS+= -I${.CURDIR}/../../include
11 @cd ${.CURDIR}/../3; \
/openbsd-current/regress/lib/libpthread/socket/2a/
H A DMakefile4 CFLAGS+= -I${.CURDIR}/../../include
11 @cd ${.CURDIR}/../2; \
/openbsd-current/regress/libexec/ld.so/elf/foo/
H A DMakefile5 BAR_DIR=${.CURDIR}/../libbar
15 CPPFLAGS+= -I${.CURDIR}/..
/openbsd-current/regress/sys/arch/m88k/usertrap/
H A DMakefile12 sh ${.CURDIR}/testsuite.sh >out 2>&1
13 @if diff -u out ${.CURDIR}/answer; then \
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/asi/
H A DMakefile6 CFLAGS+=-I${.CURDIR}/../goodfreg
8 .PATH: ${.CURDIR}/../goodfreg
/openbsd-current/regress/usr.bin/sort/
H A DMakefile9 do-stests: ${.CURDIR}/stests
10 sh ${.CURDIR}/stests
/openbsd-current/libexec/lockspool/
H A DMakefile7 CFLAGS+=-I${.CURDIR}/../mail.local
8 .PATH: ${.CURDIR}/../mail.local
/openbsd-current/regress/bin/md5/
H A DMakefile7 cksum -x | cmp -s ${.CURDIR}/testsuite.cksum /dev/stdin
10 md5 -x | cmp -s ${.CURDIR}/testsuite.md5 /dev/stdin
13 sha1 -x | cmp -s ${.CURDIR}/testsuite.sha1 /dev/stdin
16 cksum -a sha224 -x | cmp -s ${.CURDIR}/testsuite.sha224 /dev/stdin
19 sha256 -x | cmp -s ${.CURDIR}/testsuite.sha256 /dev/stdin
22 cksum -a sha384 -x | cmp -s ${.CURDIR}/testsuite.sha384 /dev/stdin
25 sha512 -x | cmp -s ${.CURDIR}/testsuite.sha512 /dev/stdin
34 echo hi | md5 -p | cmp -s ${.CURDIR}/pipe_test.md5 /dev/stdin
/openbsd-current/regress/bin/pax/
H A DMakefile10 sh ${.CURDIR}/${t}.sh ${.CURDIR} ${.OBJDIR}
/openbsd-current/regress/lib/libc/getaddrinfo/
H A DMakefile7 sh ${.CURDIR}/testsuite.sh >out 2>&1
8 diff -u10 out ${.CURDIR}/answer
/openbsd-current/regress/lib/libc/time/strptime/
H A DMakefile9 ./${PROG} < ${.CURDIR}/tests > got
10 diff -u ${.CURDIR}/expected got

Completed in 532 milliseconds

1234567891011>>