opnsense-src/tools/tools/sysdoc/Makefile
Tom Rhodes 085eeed760 Add sysdoc, a small set of scripts which will parse a kernel binary and
modules to rip out the available sysctls.  It will then produce a manual
page which may be installed with 'make install'.  Currently typing 'make'
in the directory uses the default /boot/kernel files.  To use a specific
directory, run sysdoc -k [location].
2005-03-01 05:48:37 +00:00

12 lines
191 B
Makefile

# $FreeBSD$
MAINTAINER= trhodes@FreeBSD.org
sysctl.5:
sh ${.CURDIR}/sysdoc.sh -k /boot/kernel
MAN= sysctl.5
CLEANFILES= tunables.TODO markup.file sysctl.5 _names
.include <bsd.prog.mk>