summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-01 08:47:34 +0000
committerobrien <obrien@FreeBSD.org>2000-11-01 08:47:34 +0000
commit66095251cecda546860bdf9240227dff3d4367c9 (patch)
tree3346b214f325e0e149c126561fc3b4daa2430c18 /sys/i386/ibcs2
parentf66aa0121f4ad736a082283563a7d467af568fbf (diff)
downloadFreeBSD-src-66095251cecda546860bdf9240227dff3d4367c9.zip
FreeBSD-src-66095251cecda546860bdf9240227dff3d4367c9.tar.gz
Make the target a little bit more generic.
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/Makefile b/sys/i386/ibcs2/Makefile
index f90560e..a46885f 100644
--- a/sys/i386/ibcs2/Makefile
+++ b/sys/i386/ibcs2/Makefile
@@ -3,7 +3,9 @@
# $FreeBSD$
all:
- @echo "make ibcs2_sysent.c, ibcs2_isc_sysent.c or ibcs2_xenix_sysent.c only"
+ @echo "make sysent.c, isc_sysent.c or xenix_sysent.c only"
+
+sysent: ibcs2_sysent.c ibcs2_syscall.h ibcs2_proto.h
ibcs2_sysent.c ibcs2_syscall.h ibcs2_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
@@ -12,12 +14,16 @@ ibcs2_sysent.c ibcs2_syscall.h ibcs2_proto.h: ../../kern/makesyscalls.sh \
-mv -f ibcs2_proto.h ibcs2_proto.h.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+isc_sysent: ibcs2_isc_sysent.c ibcs2_isc_syscall.h
+
ibcs2_isc_sysent.c ibcs2_isc_syscall.h : ../../kern/makesyscalls.sh \
syscalls.isc syscalls.isc.conf
-mv -f ibcs2_isc_sysent.c ibcs2_isc_sysent.c.bak
-mv -f ibcs2_isc_syscall.h ibcs2_isc_syscall.h.bak
sh ../../kern/makesyscalls.sh syscalls.isc syscalls.isc.conf
+xenix_sysent: ibcs2_xenix_sysent.c ibcs2_xenix_syscall.h ibcs2_xenix.h
+
ibcs2_xenix_sysent.c ibcs2_xenix_syscall.h ibcs2_xenix.h: \
../../kern/makesyscalls.sh syscalls.xenix syscalls.xenix.conf
-mv -f ibcs2_xenix_sysent.c ibcs2_xenix_sysent.c.bak
OpenPOWER on IntegriCloud