/freebsd/usr.bin/ministat/ |
H A D | Makefile | 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/contrib/libucl/tests/basic/ |
H A D | 9.in | 1 .include "$CURDIR/9.inc" 2 .include "$CURDIR/9-comment.inc" 3 #.include "$CURDIR/9.inc" 4 .include "$CURDIR/9.inc" 7 .include "$CURDIR/9.inc" 9 #.try_include "$CURDIR/9.incorrect.inc" 17 .include(prefix=true; key="prefix") "$CURDIR/9.inc" 18 .include(prefix=true; key="prefix2"; target="array"; glob=true) "$CURDIR/9.inc" 19 .include(prefix=true; key="prefix3"; target="array"; glob=true) "$CURDIR/9.inc" 20 .include(prefix=true; key="prefix1"; target="array"; glob=true) "$CURDIR/9.inc" [all …]
|
H A D | load.in | 4 …line=false, trim=false, escape=false, key="key1", target="string", priority=1) "${CURDIR}/load.inc" 5 …iline=true, trim=false, escape=false, key="key2", target="string", priority=1) "${CURDIR}/load.inc" 6 …tiline=true, trim=true, escape=false, key="key3", target="string", priority=1) "${CURDIR}/load.inc" 7 …ltiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "${CURDIR}/load.inc" 8 …iline=false, trim=true, escape=false, key="key5", target="string", priority=1) "${CURDIR}/load.inc" 9 …iline=false, trim=false, escape=true, key="key6", target="string", priority=1) "${CURDIR}/load.inc" 10 …tiline=false, trim=true, escape=true, key="key7", target="string", priority=1) "${CURDIR}/load.inc" 11 …ltiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "${CURDIR}/load.inc" 12 …ltiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "${CURDIR}/load.inc"
|
/freebsd/sys/ |
H A D | Makefile | 22 cscope.out: ${.CURDIR}/cscope.files 23 cd ${.CURDIR}; cscope -k -buq -p4 -v 25 ${.CURDIR}/cscope.files: .PHONY 26 cd ${.CURDIR}; \ 30 cd ${.CURDIR}; \ 39 HG_DIR=${.CURDIR}/../.hg 53 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files 54 rm -f ${.CURDIR}/TAGS 55 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 162 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv ; \ 163 tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv ; \ 164 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv ; \ 165 awk '{print $$0 "\r"}' ${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_crnl.prv ; \ 166 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_crnl.prv | diff - ${.CURDIR}/rsa_openssh.prv ; \ 171 cat ${.CURDIR}/rsa_openssh.prv > $(OBJ)/t2.out ; \ 173 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub ; \ 178 ${TEST_SSH_SSHKEYGEN} -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/t3.out ; \ 179 ${TEST_SSH_SSHKEYGEN} -if $(OBJ)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub ; \ 184 ${TEST_SSH_SSHKEYGEN} -E md5 -lf ${.CURDIR}/rsa_openssh.pub |\ [all …]
|
/freebsd/contrib/bmake/ |
H A D | bsd.after-import.mk | 64 -e '/^PROG/ { s,=,?=,;s,bmake,$${.CURDIR:T},; }' \ 93 @mkdir -p ${${.CURDIR}/$f:L:H} 94 @(${ECHO_TAG} '/* $$${HOST_OS}$$ */'; cat ${HOST_OS}/$f) > ${.CURDIR}/$f 98 @mkdir -p ${${.CURDIR}/$f:L:H} 102 echo 'SRCTOP${.space}?= $${.CURDIR:${${.CURDIR}/$f:L:H:S,${SRCTOP}/,,:C,[^/]+,H,g:S,/,:,g}}'; echo; \ 103 ${MAKEFILE_SED} ${HOST_OS}/$f ) > ${.CURDIR}/$f 112 @echo Generating ${.CURDIR}/Makefile 116 echo; echo 'SRCTOP${.space}?= $${.CURDIR:${.CURDIR [all...] |
/freebsd/share/mk/ |
H A D | bsd.obj.mk | 45 .if defined(NO_OBJ) && ${.OBJDIR} != ${.CURDIR} 47 .OBJDIR: ${.CURDIR} 80 CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR} 85 CANONICALOBJDIR:=/usr/obj${.CURDIR} 93 OBJTOP?= ${.OBJDIR:S,${.CURDIR},,}${SRCTOP} 115 .if ${.OBJDIR} == ${.CURDIR} 117 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/) 150 rm -f ${.CURDIR}/obj; \ 151 ln -s ${CANONICALOBJDIR} ${.CURDIR}/obj; \ 167 .if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/) && \ [all …]
|
H A D | src.sys.env.mk | 8 .if ${MAKE_VERSION} >= 20170301 && !empty(.CURDIR:M/*) 9 .CURDIR:= ${.CURDIR:tA} 15 .if ${.CURDIR} == ${SRCTOP} 18 .elif ${.CURDIR:M${SRCTOP}/*} 19 RELDIR:= ${.CURDIR:S,${SRCTOP}/,,}
|
/freebsd/contrib/bmake/mk/ |
H A D | autoconf.mk | 20 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure 46 CC="${CC} ${CCMODE}" ${.CURDIR}/configure --no-create ${CONFIGURE_ARGS} 71 .if exists(${.CURDIR}/aclocal.m4) 75 .if exists(${.CURDIR}/acconfig.h) 78 .if exists(${.CURDIR}/configure.ac) 79 CONFIGURE_SRC = ${.CURDIR}/configure.ac 81 CONFIGURE_SRC ?= ${.CURDIR}/configure.in 85 (cd ${.CURDIR} && ${AUTOHEADER}) 88 (cd ${.CURDIR} [all...] |
H A D | obj.mk | 37 __objdir:= ${MAKEOBJDIRPREFIX}${.CURDIR} 75 .if ${.OBJDIR} == ${.CURDIR} 76 @echo "Warning Object directory is ${.CURDIR}" 86 ${RM} -f ${.CURDIR}/${__objlink}; \ 87 ${LN} -s ${__objdir} ${.CURDIR}/${__objlink}; \ 96 _CURDIR?= ${.CURDIR} 110 .if ${.CURDIR} != ${.OBJDIR}
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-curdir.mk | 12 .if !exists(${.CURDIR}) 15 .if !exists(${.CURDIR}/) 18 .if !exists(${.CURDIR}/.) 21 .if !exists(${.CURDIR}/..) 31 .CURDIR!= echo / 39 .CURDIR= /
|
H A D | meta-cmd-cmp.mk | 55 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${tests} 59 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests} 63 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests} 67 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${filter_tests} 71 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} WRAPPER= ${filter_tests} 75 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_CMP_FILTER \ 80 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_LOCAL_CMP_FILTER \
|
/freebsd/tools/tools/ath/ |
H A D | Makefile.inc | 9 CFLAGS+=-I${.CURDIR} 10 CFLAGS+=-I${.CURDIR}/../common 11 CFLAGS+=-I${.CURDIR}/../../../../sys 12 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath 13 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal 14 CFLAGS+=-I${.CURDIR}/../../../../sys/contrib/dev/ath/ath_hal
|
/freebsd/sys/modules/aic7xxx/ |
H A D | Makefile | 6 ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm ) 9 ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware ) 12 ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware ) 15 ( cd .${CURDIR}/aicasm ; ${MAKE} clean ) 16 ( cd .${CURDIR}/ahc ; ${MAKE} cleanfirmware ) 17 ( cd .${CURDIR}/ahd ; ${MAKE} cleanfirmware )
|
/freebsd/tools/build/make_check/ |
H A D | Makefile | 24 SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR} 28 @${SMAKE} C_check || { ${MAKE} -C ${.CURDIR} failure ; } 31 diff -u ${.CURDIR}/regress.variables.out - || \ 80 diff -u ${.CURDIR}/regress.sysvmatch.out - || false 101 x!= ${SMAKE} -V .CURDIR:H 103 .if ${.CURDIR:H} != "$x" 119 .PATH: ${.CURDIR} 120 .if !exists(${.CURDIR}/) || !exists(${.CURDIR}/.) || !exists(${.CURDIR}/..)
|
/freebsd/bin/sh/ |
H A D | Makefile | 28 CFLAGS+=-DSHELL -I. -I${.CURDIR} 32 .PATH: ${.CURDIR}/bltin \ 33 ${.CURDIR:H}/kill \ 34 ${.CURDIR:H}/test \ 53 sh ${.CURDIR}/mkbuiltins ${.CURDIR} 59 ${BTOOLSPATH:U.}/mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat 67 sh ${.CURDIR}/mktokens
|
/freebsd/ |
H A D | Makefile.inc1 | 58 SRCDIR?= ${.CURDIR} 418 .if ${_DIR} == ".WAIT" || (empty(_REDUNDANT_LIB_DIRS:M${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefil… 456 .if ${_DIR} == ".WAIT" || exists(${.CURDIR}/${_DIR}/Makefile) 622 -m ${.CURDIR}/share/mk MK_AUTO_OBJ=no -V CPUTYPE 989 INSTALLFLAGS+= -N ${.CURDIR}/etc 990 MTREEFLAGS+= -N ${.CURDIR}/etc 1039 DISTR_MTREEFLAGS= -N ${.CURDIR}/etc 1062 .if ${.CURDIR:C/[^,]//g} != "" 1069 .elif ${.CURDIR:M*\:*} != "" 1084 sh ${.CURDIR}/tools/build/depend-cleanup.sh ${OBJTOP} [all …]
|
H A D | Makefile | 154 .include "${.CURDIR}/share/mk/bsd.compat.pre.mk" 271 SUB_MAKE:= ${MYMAKE} -m ${.CURDIR}/share/mk 275 -m ${.CURDIR}/share/mk 278 SUB_MAKE= ${MAKE} -m ${.CURDIR}/share/mk 385 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET} 400 CHECK_TIME!= cmp=`mktemp`; find ${.CURDIR}/sys/sys/param.h -newer "$$cmp" && rm "$$cmp"; echo 423 ${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world 425 ${_+_}@cd ${.CURDIR}; ${_MAKE} buildworld 426 ${_+_}@cd ${.CURDIR}; ${_MAKE} installworld MK_META_MODE=no 432 ${_+_}@cd ${.CURDIR}; [all...] |
/freebsd/crypto/openssh/regress/unittests/ |
H A D | Makefile.inc | 60 CFLAGS+=-I${.CURDIR}/../test_helper -I${.CURDIR}/${SSHREL} 62 .if exists(${.CURDIR}/../test_helper/${__objdir}) 63 LDADD+=-L${.CURDIR}/../test_helper/${__objdir} -ltest_helper 64 DPADD+=${.CURDIR}/../test_helper/${__objdir}/libtest_helper.a 66 LDADD+=-L${.CURDIR}/../test_helper -ltest_helper 67 DPADD+=${.CURDIR}/../test_helper/libtest_helper.a 70 .PATH: ${.CURDIR}/${SSHREL}
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | rules.in | 54 for i in $(wildcard $(CURDIR)/debian/*.install.in) ; do \ 121 sed -i '/rpm.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 122 sed -i '/cmd.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 123 …sed -i '/contrib.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile… 124 sed -i '/etc.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 125 sed -i '/lib.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 126 sed -i '/man.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 127 …sed -i '/scripts.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile… 128 sed -i '/tests.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am 129 sed -i '/udev.Makefile/d' $(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/Makefile.am [all …]
|
/freebsd/etc/ |
H A D | Makefile | 40 ${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \ 42 ${_+_}cd ${.CURDIR} ; ${MAKE} distribution \ 56 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install 57 ${_+_}cd ${.CURDIR}/mtree; ${MAKE} install 69 ${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution 72 cd ${.CURDIR}/root; \ 79 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ 88 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ 91 cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ 138 @m=${.CURDIR}/${_m}; \ [all …]
|
/freebsd/sys/modules/lio/ |
H A D | Makefile | 2 .PATH: ${.CURDIR}/../../dev/liquidio 3 .PATH: ${.CURDIR}/../../dev/liquidio/base 6 CFLAGS += -I${.CURDIR}/../../dev/liquidio 7 CFLAGS += -I${.CURDIR}/../../dev/liquidio/base 21 lio_23xx_nic.bin.fw: ${.CURDIR}/../../contrib/dev/liquidio/lio_23xx_nic.bin.uu 22 uudecode -p ${.CURDIR}/../../contrib/dev/liquidio/lio_23xx_nic.bin.uu > ${.TARGET}
|
/freebsd/contrib/bsddialog/ |
H A D | Makefile | 8 .CURDIR ?= ${CURDIR} 9 LIBPATH = ${.CURDIR}/lib 11 UTILITYPATH = ${.CURDIR}/utility 29 ${LN} ${UTILITYPATH}/${OUTPUT} ${.CURDIR}/${OUTPUT}
|
/freebsd/lib/libthr/ |
H A D | Makefile | 25 CFLAGS+=-I${.CURDIR}/thread 26 CFLAGS+=-I${.CURDIR}/arch/${MACHINE_CPUARCH}/include 27 CFLAGS+=-I${.CURDIR}/sys 59 SYMBOL_MAPS=${.CURDIR}/pthread.map 70 .PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH} 73 .if exists(${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc) 80 LIBSYS_SRCTOP= ${.CURDIR:H}/libsys
|
/freebsd/usr.bin/lex/ |
H A D | Makefile | 25 CFLAGS+= -I. -I${.CURDIR} -I${FLEXDIR} -DHAVE_CONFIG_H 41 FLEX_VERSION= `awk -f ${.CURDIR}/version.awk ${.CURDIR}/config.h` 49 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \ 51 ${CP} ${.CURDIR}/init${_f} ${_f} ; \ 58 diff -I '^#line ' -I '\$$FreeBS[D]: .*\$$' ${.CURDIR}/initscan.c -
|