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