diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-26 03:23:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-26 03:23:45 +0000 |
commit | d61979efbf6f2a17a3cfc9e3b09eec9a31a9a7bc (patch) | |
tree | 70dfc71fbd95bc169b7e35276a19809a8e1278e3 /sys/compat/linux | |
parent | 1a3ab74be6a248a9ce5e4f1a69e64bdf72ec1028 (diff) |
there is no need for .bak files
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/linux/Makefile b/sys/compat/linux/Makefile index ad9003f4617..e54941ea95b 100644 --- a/sys/compat/linux/Makefile +++ b/sys/compat/linux/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1996/04/17 05:23:42 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/26 03:23:44 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/02/28 23:26:21 fvdl Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= linux_sysent.c linux_syscalls.c linux_syscall.h linux_syscallargs.h ${OBJS}: ${DEP} - -mv -f linux_sysent.c linux_sysent.c.bak - -mv -f linux_syscalls.c linux_syscalls.c.bak - -mv -f linux_syscall.h linux_syscall.h.bak - -mv -f linux_syscallargs.h linux_syscallargs.h.bak sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master |