]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/sysdoc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>