aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-08-22 22:51:48 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-08-22 22:51:48 +0000
commitf199109fcdeff0439dc7b9e81a8c7ddcc86dcd01 (patch)
treea6865169ca79813d93c9312d23a502c9025ad808 /sys/compat/freebsd32/Makefile
parent02e9dd244b9ec33b3b238e1a24f99e1d770414a4 (diff)
downloadsrc-f199109fcdeff0439dc7b9e81a8c7ddcc86dcd01.tar.gz
src-f199109fcdeff0439dc7b9e81a8c7ddcc86dcd01.zip
Begin attempting to consolidate the two different i386 emulations
on ia64 and amd64. I'm attempting to keep the generic 32bit-on-64bit binary support seperate from the i386 support and the MD backend support.
Notes
Notes: svn path=/head/; revision=119331
Diffstat (limited to 'sys/compat/freebsd32/Makefile')
-rw-r--r--sys/compat/freebsd32/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/compat/freebsd32/Makefile b/sys/compat/freebsd32/Makefile
index 22b5821bb60c..0741ec8474aa 100644
--- a/sys/compat/freebsd32/Makefile
+++ b/sys/compat/freebsd32/Makefile
@@ -5,12 +5,12 @@
all:
@echo "make sysent only"
-sysent: ia32_sysent.c ia32_syscall.h ia32_proto.h
+sysent: freebsd32_sysent.c freebsd32_syscall.h freebsd32_proto.h
-ia32_sysent.c ia32_syscalls.c ia32_syscall.h ia32_proto.h: ../../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
- -mv -f ia32_sysent.c ia32_sysent.c.bak
- -mv -f ia32_syscalls.c ia32_syscalls.c.bak
- -mv -f ia32_syscall.h ia32_syscall.h.bak
- -mv -f ia32_proto.h ia32_proto.h.bak
+freebsd32_sysent.c freebsd32_syscalls.c freebsd32_syscall.h freebsd32_proto.h: \
+ ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+ -mv -f freebsd32_sysent.c freebsd32_sysent.c.bak
+ -mv -f freebsd32_syscalls.c freebsd32_syscalls.c.bak
+ -mv -f freebsd32_syscall.h freebsd32_syscall.h.bak
+ -mv -f freebsd32_proto.h freebsd32_proto.h.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf