Searched refs:CURDIR (Results 1 - 25 of 1097) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/microcode/
H A DMakefile.inc3 CFLAGS+=-I${.CURDIR}/../../..
/openbsd-current/regress/lib/libpthread/restart/
H A DMakefile.inc3 CFLAGS += -I${.CURDIR}/../../include
5 .include "${.CURDIR}/../../Makefile.inc"
/openbsd-current/regress/lib/libpthread/semaphore/
H A DMakefile.inc3 CFLAGS += -I${.CURDIR}/../../include
5 .include "${.CURDIR}/../../Makefile.inc"
/openbsd-current/regress/lib/libpthread/signals/
H A DMakefile.inc3 CFLAGS += -I${.CURDIR}/../../include
5 .include "${.CURDIR}/../../Makefile.inc"
/openbsd-current/regress/usr.bin/mandoc/db/
H A DMakefile.inc4 rm -rf ${.CURDIR}/obj/*
5 rm -f ${.CURDIR}/obj
6 cd ${.CURDIR} && ${MAKE} clean
/openbsd-current/regress/include/bitstring/
H A DMakefile9 ${PROG} 8 | diff - ${.CURDIR}/good/8
12 ${PROG} 27 | diff - ${.CURDIR}/good/27
15 ${PROG} 32 | diff - ${.CURDIR}/good/32
18 ${PROG} 49 | diff - ${.CURDIR}/good/49
21 ${PROG} 64 | diff - ${.CURDIR}/good/64
24 ${PROG} 67 | diff - ${.CURDIR}/good/67
/openbsd-current/lib/libc/arch/arm/dlfcn/
H A DMakefile.inc5 .PATH: ${.CURDIR}/dlfcn
/openbsd-current/regress/libexec/ld.so/weak/
H A DMakefile.inc3 CFLAGS += -I${.CURDIR}/../prog -Wall -Werror
/openbsd-current/regress/usr.sbin/mtree/
H A DMakefile7 mtree -e -f ${.CURDIR}/spec1 -p ${.CURDIR}
/openbsd-current/sbin/unwind/libunbound/dns64/
H A DMakefile.inc3 .PATH: ${.CURDIR}/libunbound/dns64
/openbsd-current/sbin/unwind/libunbound/respip/
H A DMakefile.inc3 .PATH: ${.CURDIR}/libunbound/respip
/openbsd-current/usr.bin/dig/lib/lwres/
H A DMakefile.inc3 .PATH: ${.CURDIR}/lib/lwres
/openbsd-current/regress/usr.bin/grep/
H A DMakefile7 grep t.s ${.CURDIR}/in | diff - ${.CURDIR}/t1.out
10 grep -w separated ${.CURDIR}/in | diff - ${.CURDIR}/t1.out
13 grep ^Beginning ${.CURDIR}/in | diff - ${.CURDIR}/t3.out
16 grep -i end$$ ${.CURDIR}/in | diff - ${.CURDIR}/t4.out
19 egrep '\?|\*$$' ${.CURDIR}/in | diff - ${.CURDIR}/t
[all...]
/openbsd-current/share/misc/pcvtfonts/
H A DMakefile31 vt100pc.814: ${.CURDIR}/vt100pc.814.uu
32 uudecode ${.CURDIR}/$@.uu
34 vt100sg.814: ${.CURDIR}/vt100sg.814.uu
35 uudecode ${.CURDIR}/$@.uu
37 vt220l.814: ${.CURDIR}/vt220l.814.uu
38 uudecode ${.CURDIR}/$@.uu
40 vt220h.814: ${.CURDIR}/vt220h.814.uu
41 uudecode ${.CURDIR}/$@.uu
43 vt220l.808: ${.CURDIR}/vt220l.808.uu
44 uudecode ${.CURDIR}/
[all...]
/openbsd-current/regress/usr.bin/lam/
H A DMakefile8 ${LAM} ${.CURDIR}/in1.txt ${.CURDIR}/in2.txt ${.CURDIR}/in3.txt > \
10 diff -u ${.CURDIR}/expect_noarg.txt out_noarg.txt
14 ${LAM} -f 9 ${.CURDIR}/in1.txt -f .9 ${.CURDIR}/in2.txt \
15 ${.CURDIR}/in3.txt > out_fonly.txt
16 diff -u ${.CURDIR}/expect_fonly.txt out_fonly.txt
20 ${LAM} -F 010 ${.CURDIR}/in1.txt ${.CURDIR}/in
[all...]
/openbsd-current/regress/usr.bin/join/
H A DMakefile6 join -t " " -a 1 -a 2 -e '(unknown)' -o 0,1.2,2.2 ${.CURDIR}/phone ${.CURDIR}/fax > ${*}.log
7 @cmp -s ${.CURDIR}/${*}.out ${*}.log || \
11 join ${.CURDIR}/fa1 ${.CURDIR}/fb1 > ${*}.log
12 @cmp -s ${.CURDIR}/${*}.out ${*}.log || \
16 join ${.CURDIR}/fa2 ${.CURDIR}/fb2 > ${*}.log
17 @cmp -s ${.CURDIR}/${*}.out ${*}.log || \
21 join -t, -o0,1.2,1.3,2.2,2.3 -a1 ${.CURDIR}/t4
[all...]
/openbsd-current/regress/usr.bin/sdiff/
H A DMakefile14 ${SDIFF} -w 125 -I '.*filename.*' ${.CURDIR}/file1 ${.CURDIR}/file2 | \
15 diff -u - ${.CURDIR}/Iflag12.out
18 ${SDIFF} -w 125 -I '.*filename.*' ${.CURDIR}/file2 ${.CURDIR}/file1 | \
19 diff -u - ${.CURDIR}/Iflag21.out
22 ${SDIFF} -sw 125 -I '.*filename.*' ${.CURDIR}/file1 ${.CURDIR}/file2 | \
23 diff -u - ${.CURDIR}/Isflag12.out
26 ${SDIFF} -sw 125 -I '.*filename.*' ${.CURDIR}/file
[all...]
/openbsd-current/regress/usr.bin/tsort/
H A DMakefile6 perl ${.CURDIR}/tsort-check t1.out ${.CURDIR}/pairs1
9 perl ${.CURDIR}/normalize-cycles <t2.out|head -1|diff - ${.CURDIR}/t2.canonical
12 perl ${.CURDIR}/tsort-check t3.out pairs3
15 perl ${.CURDIR}/tsort-check t4.out pairs4
18 perl ${.CURDIR}/tsort-check t5.out ${.CURDIR}/pairs5
21 perl ${.CURDIR}/tsort-check t6.out ${.CURDIR}/pairs
[all...]
/openbsd-current/sys/arch/amd64/stand/cdbr/
H A DMakefile4 S= ${.CURDIR}/../../../..
5 SADIR= ${.CURDIR}/..
10 AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
/openbsd-current/sys/arch/i386/stand/cdbr/
H A DMakefile4 S= ${.CURDIR}/../../../..
5 SADIR= ${.CURDIR}/..
9 AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
/openbsd-current/sys/arch/sparc64/stand/ofwbootfd/
H A DMakefile6 .PATH: ${.CURDIR}/../ofwboot
/openbsd-current/usr.sbin/mopd/mopa.out/
H A DMakefile7 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../common
8 .PATH: ${.CURDIR}/../common
/openbsd-current/regress/usr.sbin/ocspcheck/
H A DMakefile20 /usr/bin/openssl ocsp -port 127.0.0.1:2560 -text -sha256 -index ${.CURDIR}/index.txt -CA ${.CURDIR}/chain.pem -rkey ${.CURDIR}/ocsp-localhost.key.pem -rsigner ${.CURDIR}/ocsp-localhost.pem -nmin 1 > /dev/null 2>&1 &
30 -C ${.CURDIR}/chain.pem \
32 ${.CURDIR}/server.crt
34 -C ${.CURDIR}/chain.pem \
36 ${.CURDIR}/client.crt
38 -C ${.CURDIR}/chain.pem \
40 ${.CURDIR}/serve
[all...]
/openbsd-current/regress/usr.bin/sed/
H A DMakefile14 sh ${.CURDIR}/$@.sh ${SED} $@.out
15 diff ${.CURDIR}/$@.expected $@.out
18 sh ${.CURDIR}/$@.sh
21 ${SED} -f ${.CURDIR}/$@.sed ${.CURDIR}/$@.in > $@.out
22 diff ${.CURDIR}/$@.expected $@.out
25 ${SED} -f ${.CURDIR}/$@.sed ${.CURDIR}/$@.in > $@.out
26 diff ${.CURDIR}/$@.expected $@.out
29 ${SED} -nf ${.CURDIR}/
[all...]
/openbsd-current/sys/arch/amd64/compile/
H A DMakefile.inc1 SYSDIR != cd ${.CURDIR}/../../../..; pwd
2 CONFDIR != cd ${.CURDIR}/../../conf; pwd
4 .if ${.CURDIR} == ${.OBJDIR}
12 config ${.CURDIR:M*.PROF:C/.*/-p/} -b ${.OBJDIR} \
13 -s ${SYSDIR} ${CONFDIR}/${.CURDIR:T:S/.PROF$//}

Completed in 153 milliseconds

1234567891011>>