c915b3168c
nodes from the tree. Never needs to be recompiled again.
12 lines
201 B
Makefile
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>
|