summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-07-13 20:50:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-07-13 20:50:17 +0000
commit2c65cb82ad7f270b6222f225e3e11f3f57fc7364 (patch)
treeee6993e2744bd964182e05a985d88013377327fe
parent489fc2258fe469b6e3705a79883675c6ef32a495 (diff)
Notes
-rw-r--r--sys/alpha/osf1/Makefile4
-rw-r--r--sys/kern/Makefile5
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