Home | History | Annotate | Line # | Download | only in sysctl
Makefile revision 1.19
      1  1.19     pooka #	$NetBSD: Makefile,v 1.19 2010/11/05 15:55:23 pooka 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.18  uebayasi #CFLAGS+=-g
      6  1.13     lukem 
      7   1.1       cgd PROG=	sysctl
      8   1.2       cgd MAN=	sysctl.8
      9   1.6    itojun 
     10  1.19     pooka SRCS=	sysctl.c
     11  1.19     pooka 
     12  1.19     pooka .ifdef RUMP_ACTION
     13  1.19     pooka .PATH:	${.CURDIR}/../../lib/libc/gen
     14  1.19     pooka CPPFLAGS+= -DRUMP_ACTION
     15  1.19     pooka LDADD+=	-lrumpclient
     16  1.19     pooka SRCS+=	sysctlgetmibinfo.c
     17  1.19     pooka .endif
     18  1.19     pooka 
     19   1.1       cgd .include <bsd.prog.mk>
     20