11 lines
527 B
PHP
11 lines
527 B
PHP
|
|
||
|
ASM= compat__login_getpwclass50.S compat__login50.S compat__loginx50.S \
|
||
|
compat__pw_copy50.S compat__pw_copyx50.S \
|
||
|
compat__pw_getpwconf50.S compat__setusercontext50.S
|
||
|
SRCS+= ${ASM}
|
||
|
|
||
|
${ASM}:
|
||
|
${_MKTARGET_CREATE}
|
||
|
printf '/* MINIX3 */\n\n/*\n * Compatibility jump table for renamed symbols.\n *\n * DO NOT EDIT: this file is automatically generated.\n */\n.global ${.PREFIX:S/^compat__//:C/([0-9]{2})$//};\n.global ${.PREFIX:S/^compat//};\n${.PREFIX:S/^compat__//:C/([0-9]{2})$//}: jmp ${.PREFIX:S/^compat//}\n' >${.TARGET}
|
||
|
|