2003-11-15 23:30:59 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/11/15 20:31:00 thorpej Exp $
|
2003-10-26 10:25:33 +03:00
|
|
|
|
|
|
|
.include <bsd.sys.mk> # for HOST_SH
|
2001-02-06 19:37:56 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
# sed -f sed.script < ../svr4/syscalls.master > syscalls.master
|
|
|
|
|
|
|
|
${OBJS}: ${DEP}
|
2003-10-26 10:25:33 +03:00
|
|
|
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
|