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/ibcs2/Makefile | |
parent | 1a3ab74be6a248a9ce5e4f1a69e64bdf72ec1028 (diff) |
there is no need for .bak files
Diffstat (limited to 'sys/compat/ibcs2/Makefile')
-rw-r--r-- | sys/compat/ibcs2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/ibcs2/Makefile b/sys/compat/ibcs2/Makefile index 362413423f2..08804819216 100644 --- a/sys/compat/ibcs2/Makefile +++ b/sys/compat/ibcs2/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1997/01/23 16:22:56 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/26 03:23:44 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/09/03 03:18:12 mycroft Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= ibcs2_sysent.c ibcs2_syscalls.c ibcs2_syscall.h ibcs2_syscallargs.h ${OBJS}: ${DEP} - -mv -f ibcs2_sysent.c ibcs2_sysent.c.bak - -mv -f ibcs2_syscalls.c ibcs2_syscalls.c.bak - -mv -f ibcs2_syscall.h ibcs2_syscall.h.bak - -mv -f ibcs2_syscallargs.h ibcs2_syscallargs.h.bak sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master |