]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/sysdoc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / sysdoc / Makefile
1 # $FreeBSD$
2
3 sysctl.5:
4         sh ${.CURDIR}/sysdoc.sh -k /boot/kernel
5
6 MAN=    sysctl.5
7
8 CLEANFILES=     tunables.TODO markup.file sysctl.5 _names
9
10 .include <bsd.prog.mk>