1 # searching i386 directory as a fallback to avoid unnecessary code duplication
2 .PATH: ${.CURDIR}/x86_64/gen ${.CURDIR}/i386/gen
4 MDSRCS+= _ctx_start.S \
15 .for _src in makecontext.c setcontext.c swapcontext.c
16 CFLAGS-${_src} += -fomit-frame-pointer
17 # -pg and -fomit-frame-pointer don't work together, so just use -g
18 ${_src:R}.po: ${_src} _STANDARD_DEBUG