]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/tools/sysdoc/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>