diff options
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index de5e0a30a169..1ea154dab8f0 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -6,7 +6,10 @@ ARCH= i386 # luna68k news3400 pmax sparc tahoe vax all: - @echo "make tags, make links or init_sysent.c only" + @echo "make tags, make links or make sysent only" + +sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \ +../sys/sysproto.h init_sysent.c syscalls.c ../sys/syscall.h \ ../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master |
