Home | History | Annotate | Line # | Download | only in sysctl
Makefile revision 1.15
      1  1.15  atatat #	$NetBSD: Makefile,v 1.15 2003/12/04 19:49:39 atatat Exp $
      2   1.1     cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1     cgd 
      4  1.13   lukem .include <bsd.own.mk>
      5  1.13   lukem 
      6   1.1     cgd PROG=	sysctl
      7   1.2     cgd MAN=	sysctl.8
      8   1.6  itojun 
      9  1.15  atatat SRCS=	sysctl.c sysctlutil.c
     10   1.1     cgd 
     11   1.1     cgd .include <bsd.prog.mk>
     12