40557b99f5
This helps with pkgbase to tag this config file as a config file. Approved by: allanjude (mentor), will (mentor) Differential Revision: https://reviews.freebsd.org/D16559
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
CONFS= sysctl.conf
|
|
PROG= sysctl
|
|
WARNS?= 3
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|