summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-01 08:47:34 +0000
committerobrien <obrien@FreeBSD.org>2000-11-01 08:47:34 +0000
commit66095251cecda546860bdf9240227dff3d4367c9 (patch)
tree3346b214f325e0e149c126561fc3b4daa2430c18 /sys/i386/linux/Makefile
parentf66aa0121f4ad736a082283563a7d467af568fbf (diff)
downloadFreeBSD-src-66095251cecda546860bdf9240227dff3d4367c9.zip
FreeBSD-src-66095251cecda546860bdf9240227dff3d4367c9.tar.gz
Make the target a little bit more generic.
Diffstat (limited to 'sys/i386/linux/Makefile')
-rw-r--r--sys/i386/linux/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile
index c062c96..bd6b32a 100644
--- a/sys/i386/linux/Makefile
+++ b/sys/i386/linux/Makefile
@@ -3,7 +3,9 @@
# $FreeBSD$
all:
- @echo "make linux_sysent.c only"
+ @echo "make sysent only"
+
+sysent: linux_sysent.c linux_syscall.h linux_proto.h
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
OpenPOWER on IntegriCloud