29e15c7932
sysctl(8) into libc, making the minor number jump. Add prototypes to sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it.
10 lines
172 B
Makefile
10 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/03/25 19:36:27 atatat Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= sysctl
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|