freebsd-dev/sys/alpha/linux/Makefile

16 lines
426 B
Makefile
Raw Normal View History

1997-03-29 10:48:49 +00:00
# Makefile for syscall tables
#
1999-08-28 01:08:13 +00:00
# $FreeBSD$
all:
@echo "make sysent only"
sysent: linux_sysent.c linux_syscall.h linux_proto.h
1997-03-29 10:48:49 +00:00
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
-mv -f linux_sysent.c linux_sysent.c.bak
-mv -f linux_syscall.h linux_syscall.h.bak
-mv -f linux_proto.h linux_proto.h.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf