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/osf1/Makefile | |
parent | 1a3ab74be6a248a9ce5e4f1a69e64bdf72ec1028 (diff) |
there is no need for .bak files
Diffstat (limited to 'sys/compat/osf1/Makefile')
-rw-r--r-- | sys/compat/osf1/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/osf1/Makefile b/sys/compat/osf1/Makefile index 8572a8c8031..3b2fc0e7773 100644 --- a/sys/compat/osf1/Makefile +++ b/sys/compat/osf1/Makefile @@ -1,14 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2001/07/09 05:15:23 fgsch Exp $ +# $OpenBSD: Makefile,v 1.5 2001/08/26 03:23:44 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/02/13 21:39:00 cgd Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= osf1_sysent.c osf1_syscalls.c osf1_syscall.h osf1_syscallargs.h ${OBJS}: ${DEP} - -mv -f osf1_sysent.c osf1_sysent.c.bak - -mv -f osf1_syscalls.c osf1_syscalls.c.bak - -mv -f osf1_syscall.h osf1_syscall.h.bak - -mv -f osf1_syscallargs.h osf1_syscallargs.h.bak sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master clean: |