summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/linux/Makefile5
-rw-r--r--sys/i386/linux/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile
index cb388b8..d399ad0 100644
--- a/sys/alpha/linux/Makefile
+++ b/sys/alpha/linux/Makefile
@@ -1,6 +1,9 @@
# Makefile for syscall tables
#
-# $Id$
+# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $
+
+all:
+ @echo "make linux_sysent.c only"
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile
index cb388b8..d399ad0 100644
--- a/sys/i386/linux/Makefile
+++ b/sys/i386/linux/Makefile
@@ -1,6 +1,9 @@
# Makefile for syscall tables
#
-# $Id$
+# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $
+
+all:
+ @echo "make linux_sysent.c only"
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
OpenPOWER on IntegriCloud