11 lines
186 B
Makefile
11 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/02/13 16:02:05 uebayasi Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <bsd.own.mk>
|
|
#CFLAGS+=-g
|
|
|
|
PROG= sysctl
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|