Turns out this file was how we make sysent stuff, so add that part only back...
This commit is contained in:
parent
ff3fbc640d
commit
1c2f641b98
20
sys/kern/Makefile
Normal file
20
sys/kern/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# @(#)Makefile 8.2 (Berkeley) 3/21/94
|
||||
# $FreeBSD$
|
||||
|
||||
# Makefile for init_sysent
|
||||
|
||||
all:
|
||||
@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 systrace_args.c ../sys/syscall.h \
|
||||
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master
|
||||
-mv -f init_sysent.c init_sysent.c.bak
|
||||
-mv -f syscalls.c syscalls.c.bak
|
||||
-mv -f systrace_args.c systrace_args.c.bak
|
||||
-mv -f ../sys/syscall.h ../sys/syscall.h.bak
|
||||
-mv -f ../sys/syscall.mk ../sys/syscall.mk.bak
|
||||
-mv -f ../sys/sysproto.h ../sys/sysproto.h.bak
|
||||
sh makesyscalls.sh syscalls.master
|
Loading…
Reference in New Issue
Block a user