1 .PATH: ${.CURDIR}/i386/gen
2 MDSRCS+= _ctx_start.S \
13 .for _src in makecontext.c setcontext.c swapcontext.c
14 CFLAGS-${_src} += -fomit-frame-pointer
15 # -pg and -fomit-frame-pointer don't work together, so just use -g
16 ${_src:R}.po: ${_src} _STANDARD_DEBUG