Searched refs:CURDIR (Results 226 - 250 of 1097) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.bsd-wrapper16 config.sh: ${.CURDIR}/config.over ${.CURDIR}/hints/openbsd.sh
18 exec /bin/sh ${.CURDIR}/Configure ${CONFIGURE_ARGS}
34 -@if [ ${.CURDIR} != ${.OBJDIR} ]; then \
40 cd ${.CURDIR} && ${MAKE} -f Makefile.bsd-wrapper1 cleandir
43 cd ${.CURDIR} && exec ${MAKE} -f Makefile.bsd-wrapper1 perl.build
44 cd ${.CURDIR} && exec ${MAKE} -f Makefile.bsd-wrapper1 mansrc.build
47 cd ${.CURDIR} && exec ${MAKE} -f Makefile.bsd-wrapper1 install
51 /usr/bin/perl $(.CURDIR)/gen_syscall_emulator.pl > $@
54 ln -sf $(.CURDIR)/
[all...]
/openbsd-current/sys/arch/octeon/stand/libsa/
H A DMakefile3 .include "${.CURDIR}/../Makefile.inc"
7 .PATH: ${.CURDIR}/../../../../lib/libsa
13 -I${.CURDIR} -I${.CURDIR}/../include -I${.CURDIR}/../.. \
14 -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. \
15 -I${.CURDIR}/../../../../lib/libsa \
37 ${OBJS}: ${.CURDIR}/../Makefile.inc
44 @([ -h machine ] || ln -s ${.CURDIR}/
[all...]
/openbsd-current/sys/arch/loongson/stand/libsa/
H A DMakefile5 .PATH: ${.CURDIR}/../../../../lib/libsa
11 -I${.CURDIR} -I${.CURDIR}/../include -I${.CURDIR}/../.. \
12 -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. \
13 -I${.CURDIR}/../../../../lib/libsa \
36 ${OBJS}: ${.CURDIR}/../Makefile.inc
43 @([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
44 @([ -h mips64 ] || ln -s ${.CURDIR}/
[all...]
/openbsd-current/regress/sbin/pfctl/
H A DMakefile40 .PATH: ${.CURDIR}/../../../sbin/pfctl ${.CURDIR}/../../../sys/net
48 CFLAGS+= -I${.CURDIR}/../../../sbin/pfctl -DREGRESS_NOMAIN
85 ${SUDO} ${PFCTL} -o none -nv -f - < ${.CURDIR}/pfail${n}.in 2>&1 | \
86 diff -u ${.CURDIR}/pfail${n}.ok /dev/stdin
89 if ${PFCTL} -o none -nv -f - < ${.CURDIR}/pfail${n}.in > \
90 ${.CURDIR}/pfail${n}.ok 2>&1; then \
106 ${PFCTL} -o none -nv -f - < ${.CURDIR}/pf${n}.in | \
107 diff -u ${.CURDIR}/pf${n}.ok /dev/stdin
110 ${PFCTL} -o none -nv -f - < ${.CURDIR}/p
[all...]
/openbsd-current/regress/usr.sbin/httpd/patterns/
H A DMakefile3 HTTPDSRC = ${.CURDIR}/../../../../usr.sbin/httpd
17 ${CC} -o $@ ${CFLAGS} ${.CURDIR}/patterns-tester.c ${HTTPDSRC}/patterns.c -I${HTTPDSRC}
20 cat ${.CURDIR}/test-patterns.in | grep -v '^#' | \
23 done | diff -I 'OpenBSD' -u ${.CURDIR}/test-patterns.out -
26 cat ${.CURDIR}/test-patterns.in | grep -v '^#' | \
28 ${LUA} ${.CURDIR}/patterns-tester.lua "$${string}" "$${pattern}" 2>&1 || true; \
30 diff -I 'OpenBSD' -u ${.CURDIR}/test-patterns-lua.out -
/openbsd-current/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile20 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
22 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
23 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Static
24 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD
25 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD
26 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD
/openbsd-current/gnu/usr.bin/clang/liblldbPluginObjectFile/
H A DMakefile20 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Breakpad
21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/ELF
22 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Mach-O
23 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PDB
24 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PECOFF
25 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/JIT
26 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/wasm
/openbsd-current/sys/arch/sparc64/stand/bootblk/
H A DMakefile4 CURDIR= ${.CURDIR} macro
5 S= ${CURDIR}/../../../..
24 @([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
29 ffs.fth.h: ${.CURDIR}/genassym.sh genfth.cf
30 sh ${.CURDIR}/genassym.sh -f ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
31 < ${.CURDIR}/genfth.cf >ffs.fth.h.tmp && \
36 ${.CURDIR}/bootblk.fth | /usr/bin/cpp -P > bootblk.text.tmp && \
40 fgen -o bootblk ${.CURDIR}/bootblk.fth
/openbsd-current/gnu/usr.bin/clang/include/llvm-objcopy/
H A DMakefile6 OBJCOPY_INC=${.CURDIR}/../../../../llvm/llvm/tools/llvm-objcopy
22 ${TBLGEN} -I${.CURDIR}/../../../../llvm/llvm/include \
23 -I${.CURDIR}/../../../../llvm/llvm/tools/llvm-objcopy \
27 ${TBLGEN} -I${.CURDIR}/../../../../llvm/llvm/include \
28 -I${.CURDIR}/../../../../llvm/llvm/tools/llvm-objcopy \
32 ${TBLGEN} -I${.CURDIR}/../../../../llvm/llvm/include \
33 -I${.CURDIR}/../../../../llvm/llvm/tools/llvm-objcopy \
37 ${TBLGEN} -I${.CURDIR}/../../../../llvm/llvm/include \
38 -I${.CURDIR}/../../../../llvm/llvm/tools/llvm-objcopy \
/openbsd-current/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Android
31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/FreeBSD
32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Linux
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/MacOSX
34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/NetBSD
35 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/OpenBSD
36 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/POSIX
37 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Windows
38 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/gdb-server
/openbsd-current/sys/arch/sparc64/stand/libsa/
H A DMakefile5 .PATH: ${.CURDIR}/../../../../lib/libsa
11 -I${.CURDIR} -I${.CURDIR}/../include -I${.CURDIR}/../.. \
12 -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. \
13 -I${.CURDIR}/../../../../lib/libsa \
35 ${OBJS}: ${.CURDIR}/../Makefile.inc
43 @([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
/openbsd-current/sbin/fsck_ext2fs/
H A DMakefile7 .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
8 CFLAGS+= -I${.CURDIR}/../fsck
/openbsd-current/sbin/fsck_ffs/
H A DMakefile7 .PATH: ${.CURDIR}/../../sys/ufs/ffs ${.CURDIR}/../fsck
8 CFLAGS+= -I${.CURDIR}/../fsck
/openbsd-current/regress/libexec/ld.so/constructor/prog1/
H A DMakefile9 AA_DIR=${.CURDIR}/../libaa
16 AB_DIR=${.CURDIR}/../libab
25 CPPFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/constructor/prog2/
H A DMakefile9 AA_DIR=${.CURDIR}/../libaa
16 AB_DIR=${.CURDIR}/../libab
25 CPPFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/dlopen/prog2/
H A DMakefile9 AA_DIR=${.CURDIR}/../libaa
16 AB_DIR=${.CURDIR}/../libab
25 CXXFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/edgecases/test1/prog1/
H A DMakefile9 AAG_DIR=${.CURDIR}/../libaa_g
16 AAB_DIR=${.CURDIR}/../libaa_b
25 CFLAGS=-I${.CURDIR}/../libac
/openbsd-current/regress/lib/csu/callbacks/atexit/
H A DMakefile5 AA_DIR=${.CURDIR}/../libaa
12 AB_DIR=${.CURDIR}/../libab
33 done | cmp -s - ${.CURDIR}/expected.out
/openbsd-current/usr.bin/nm/
H A DMakefile6 CPPFLAGS+=-I${.CURDIR}
10 elf32.c: ${.CURDIR}/elf.c
13 elf64.c: ${.CURDIR}/elf.c
/openbsd-current/usr.sbin/dvmrpctl/
H A DMakefile3 .PATH: ${.CURDIR}/../dvmrpd
13 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../dvmrpd
/openbsd-current/usr.sbin/eigrpctl/
H A DMakefile3 .PATH: ${.CURDIR}/../eigrpd
11 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../eigrpd
/openbsd-current/usr.sbin/iscsictl/
H A DMakefile3 .PATH: ${.CURDIR}/../iscsid
15 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../iscsid
/openbsd-current/usr.sbin/ldpctl/
H A DMakefile3 .PATH: ${.CURDIR}/../ldpd
12 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ldpd
/openbsd-current/usr.sbin/ospf6ctl/
H A DMakefile3 .PATH: ${.CURDIR}/../ospf6d
11 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ospf6d
/openbsd-current/usr.sbin/relayctl/
H A DMakefile3 .PATH: ${.CURDIR}/../relayd
12 CFLAGS+= -Wall -I${.CURDIR} -I${.CURDIR}/../relayd

Completed in 391 milliseconds

1234567891011>>