summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 03:23:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 03:23:45 +0000
commitd61979efbf6f2a17a3cfc9e3b09eec9a31a9a7bc (patch)
tree70dfc71fbd95bc169b7e35276a19809a8e1278e3 /sys/compat/svr4/Makefile
parent1a3ab74be6a248a9ce5e4f1a69e64bdf72ec1028 (diff)
there is no need for .bak files
Diffstat (limited to 'sys/compat/svr4/Makefile')
-rw-r--r--sys/compat/svr4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile
index ea9fca6bd3a..36e691a00d3 100644
--- a/sys/compat/svr4/Makefile
+++ b/sys/compat/svr4/Makefile
@@ -1,12 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1996/08/02 20:35:35 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2001/08/26 03:23:44 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1995/10/14 20:24:14 christos Exp $
DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
OBJS= svr4_sysent.c svr4_syscalls.c svr4_syscall.h svr4_syscallargs.h
${OBJS}: ${DEP}
- -mv -f svr4_sysent.c svr4_sysent.c.bak
- -mv -f svr4_syscalls.c svr4_syscalls.c.bak
- -mv -f svr4_syscall.h svr4_syscall.h.bak
- -mv -f svr4_syscallargs.h svr4_syscallargs.h.bak
sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master