diff options
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 |