]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/shlib-compat/Makefile.sysfake
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / shlib-compat / Makefile.sysfake
1 # $FreeBSD$
2
3 SRCS+= sysfake.c
4 CLEANFILES+= sysfake.c
5
6 sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master
7         sh ${.CURDIR}/../../tools/tools/shlib-compat/makesyscalls-fake.sh \
8                 ${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}
9