diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-29 10:45:39 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-29 10:45:39 +0000 |
| commit | 64f873e1f350c738a812580c740eca042f675a2f (patch) | |
| tree | 6136a930ebbbddf6a45a10bd1ebab79102e431dd /sys/alpha/linux | |
| parent | 226e691b4c2dfcbc467196cede33e1f9ce62ae48 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile new file mode 100644 index 0000000000000..e1f00334549e1 --- /dev/null +++ b/sys/alpha/linux/Makefile @@ -0,0 +1,7 @@ +# Makefile for syscalls tables + +linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf + -mv -f linux_sysent.c linux_sysent.c.bak + -mv -f linux_syscall.h linux_syscall.h.bak + -mv -f linux_proto.h linux_proto.h.bak + sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf |
