]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - tools/tools/sysdoc/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>