summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-29 11:17:26 +0000
committerpeter <peter@FreeBSD.org>1997-03-29 11:17:26 +0000
commit4006cd9b99843dff385ff59df1cce29c89dad163 (patch)
tree2120acde41881817b42c6b9247758eef8a534045 /sys/i386/linux/Makefile
parent9783648d7a7aaeeba8144a7b78a9ed359503f189 (diff)
downloadFreeBSD-src-4006cd9b99843dff385ff59df1cce29c89dad163.zip
FreeBSD-src-4006cd9b99843dff385ff59df1cce29c89dad163.tar.gz
Be consistant with the other syscall makefile's handling of the default
target (ie: don't do anything accidently)
Diffstat (limited to 'sys/i386/linux/Makefile')
-rw-r--r--sys/i386/linux/Makefile5
1 files changed, 4 insertions, 1 deletions
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