summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh
index dc78413..9fb06a1 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -1,6 +1,6 @@
#! /bin/sh -
# @(#)makesyscalls.sh 8.1 (Berkeley) 6/10/93
-# $Id$
+# $Id: makesyscalls.sh,v 1.21 1997/02/22 09:39:14 peter Exp $
set -e
@@ -28,6 +28,8 @@ sysarg="sysarg.switch"
trap "rm $sysdcl $syscompat $syscompatdcl $sysent $sysinc $sysarg" 0
+touch $sysdcl $syscompat $syscompatdcl $sysent $sysinc $sysarg
+
case $# in
0) echo "Usage: $0 input-file <config-file>" 1>&2
exit 1
OpenPOWER on IntegriCloud