6d7a8f6cba
Fixes inspired by work done in DragonflyBSD. PR: bin/140016 Approved by: ed (Co-mentor)
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sysctl
|
|
WARNS?= 3
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|