summaryrefslogtreecommitdiffstats
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-07-13 20:50:17 +0000
committerjhb <jhb@FreeBSD.org>2005-07-13 20:50:17 +0000
commit33483dce73652ad357ab19098df4a30a0942feec (patch)
treeee6993e2744bd964182e05a985d88013377327fe /sys/kern/Makefile
parenta3d1367c6dd545dbf681fbb415d72be59f266ee2 (diff)
downloadFreeBSD-src-33483dce73652ad357ab19098df4a30a0942feec.zip
FreeBSD-src-33483dce73652ad357ab19098df4a30a0942feec.tar.gz
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
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud