mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 15:10:57 +01:00
11 lines
127 B
Makefile
11 lines
127 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id$
|
|
|
|
PROG= sysctl
|
|
MAN8= sysctl.8
|
|
|
|
BINDIR= /sbin
|
|
NOSHARED?= yes
|
|
|
|
.include <bsd.prog.mk>
|