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