13 lines
447 B
Makefile
13 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/11/15 20:31:00 thorpej Exp $
|
|
|
|
.include <bsd.sys.mk> # 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
|
|
# sed -f sed.script < ../svr4/syscalls.master > syscalls.master
|
|
|
|
${OBJS}: ${DEP}
|
|
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
|