From e58a2e4c46b2e21878e73baf9a434c13ef714076 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Mar 1997 11:17:26 +0000 Subject: [PATCH] Be consistant with the other syscall makefile's handling of the default target (ie: don't do anything accidently) --- sys/alpha/linux/Makefile | 5 ++++- sys/i386/linux/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile index cb388b8edee8..d399ad080a37 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 cb388b8edee8..d399ad080a37 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