NetBSD/sbin/sysctl/Makefile
atatat 29e15c7932 Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
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.
2004-03-25 19:36:26 +00:00

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>