# $NetBSD: Makefile,v 1.6 2008/10/25 22:27:38 apb Exp $ .include # for HOST_SH DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= svr4_32_sysent.c svr4_32_syscalls.c svr4_32_syscall.h svr4_32_syscallargs.h #syscalls.master: ../svr4/syscalls.master sed.script # ${TOOL_SED} -f sed.script < ../svr4/syscalls.master > syscalls.master ${OBJS}: ${DEP} ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master all: ${OBJS} .include