diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 00:48:26 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 00:48:26 +0000 |
| commit | 0960a7f002027fff6c318ee9ae866b5d722e4ad8 (patch) | |
| tree | f078a6367735477784873449b46c84f329b0e6e6 /sys/kern/Makefile | |
| parent | 95fb75febe9299767acbdbe8de4db8bfda9a74b0 (diff) | |
Notes
Diffstat (limited to 'sys/kern/Makefile')
| -rw-r--r-- | sys/kern/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index cfe962a9a66b..21e0f502260a 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -7,10 +7,11 @@ ARCH= hp300 i386 luna68k news3400 pmax sparc tahoe vax all: @echo "make tags, make links or init_sysent.c only" -init_sysent.c syscalls.c ../sys/syscall.h: makesyscalls.sh syscalls.master +init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h: makesyscalls.sh syscalls.master -mv -f init_sysent.c init_sysent.c.bak -mv -f syscalls.c syscalls.c.bak -mv -f ../sys/syscall.h ../sys/syscall.h.bak + -mv -f ../sys/syscall-hide.h ../sys/syscall-hide.h.bak sh makesyscalls.sh syscalls.master # Kernel tags: |
