summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorerh <erh@NetBSD.org>1998-10-01 04:08:38 +0000
committererh <erh@NetBSD.org>1998-10-01 04:08:38 +0000
commit9eef4e2e35726affcbd44a4acffbe90af5b8bf53 (patch)
tree28b3903925013edbabf35a272851bc6ce68f69a6 /sys/compat/linux
parent19e9e9c2ef4972a756396c4abced489bb84bd034 (diff)
Kinda moved to compat/linux/Makefile.sc.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/compat/linux/Makefile b/sys/compat/linux/Makefile
deleted file mode 100644
index 0627f6119a4..00000000000
--- a/sys/compat/linux/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $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