mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
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].
12 lines
191 B
Makefile
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>
|