NetBSD/sbin/sysctl/Makefile
atatat c915b3168c New sysctl(8) binary. Performs auto-discovery and can add/remove
nodes from the tree.  Never needs to be recompiled again.
2003-12-04 19:49:39 +00:00

12 lines
201 B
Makefile

# $NetBSD: Makefile,v 1.15 2003/12/04 19:49:39 atatat Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= sysctl
MAN= sysctl.8
SRCS= sysctl.c sysctlutil.c
.include <bsd.prog.mk>