Forgot $Id$, break a long line

This commit is contained in:
Peter Wemm 1997-03-29 10:48:49 +00:00
parent 64f873e1f3
commit 2b81b1431e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24369
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,9 @@
# Makefile for syscalls tables
# Makefile for syscall tables
#
# $Id$
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf
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

View File

@ -1,6 +1,9 @@
# Makefile for syscalls tables
# Makefile for syscall tables
#
# $Id$
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf
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