mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
406d87b1c3
Sponsored by: The FreeBSD Foundation
10 lines
127 B
Makefile
10 lines
127 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= sysctl
|
|
WARNS?= 3
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|