diff options
| -rw-r--r-- | sys/alpha/osf1/Makefile | 4 | ||||
| -rw-r--r-- | sys/kern/Makefile | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/alpha/osf1/Makefile b/sys/alpha/osf1/Makefile index 874065834c86..d542007663cf 100644 --- a/sys/alpha/osf1/Makefile +++ b/sys/alpha/osf1/Makefile @@ -3,7 +3,9 @@ # Makefile for syscall tables. all: - @echo "make osf1_sysent.c only" + @echo "make sysent only" + +sysent: osf1_sysent.c osf1_syscall.h osf1_proto.h osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \ syscalls.master syscalls.conf 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 |
