# $NetBSD: Makefile.inc,v 1.12 2001/11/13 18:55:00 tv Exp $ # sys sources .PATH: ${.CURDIR}/sys # stubs providing an entry "foo" but calling "__posix_foo()" PSEUDO= chown.S fchown.S lchown.S rename.S SRCS+= ${PSEUDO} CLEANFILES+= ${PSEUDO} ${PSEUDO}: ${ARCHDIR}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @printf '#include "SYS.h"\nPSEUDO(${.PREFIX},${.PREFIX:S/^/__posix_/})\n' \ >${.TARGET} # Lint stubs for all automatically-generated assembly stubs (GENERATED) LSRCS+= LintSysPseudo.c DPSRCS+= LintSysPseudo.c LintSysPseudo.c: ${.CURDIR}/../libc/sys/makelintstub \ ${DESTDIR}/usr/include/sys/syscall.h sh ${.CURDIR}/../libc/sys/makelintstub -o ${.TARGET} -p \ -s ${DESTDIR}/usr/include/sys/syscall.h ${PSEUDO}