From 33483dce73652ad357ab19098df4a30a0942feec Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 13 Jul 2005 20:50:17 +0000 Subject: Add a 'sysent' target that depends on the various files built from syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days --- sys/kern/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/kern/Makefile') diff --git a/sys/kern/Makefile b/sys/kern/Makefile index de5e0a3..1ea154d 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 -- cgit v1.1