Home | History | Annotate | Line # | Download | only in ifconfig
Makefile revision 1.17
      1  1.17   xtraeme #	$NetBSD: Makefile,v 1.17 2005/01/20 16:16:10 xtraeme Exp $
      2   1.7       cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       cgd 
      4  1.16     lukem .include <bsd.own.mk>
      5  1.16     lukem 
      6  1.17   xtraeme WARNS=	3
      7   1.1       cgd PROG=	ifconfig
      8   1.6       cgd MAN=	ifconfig.8
      9   1.8    itojun 
     10  1.16     lukem .if (${USE_INET6} != "no")
     11  1.10    itojun CPPFLAGS+=-DINET6
     12  1.16     lukem .endif
     13  1.11    itojun 
     14  1.11    itojun # KAME scope id hack
     15  1.11    itojun CPPFLAGS+=-DKAME_SCOPEID
     16  1.14  christos 
     17  1.14  christos DPADD+=${LIBUTIL}
     18  1.14  christos LDADD+=-lutil
     19   1.1       cgd 
     20  1.15       dsl SRCS= ifconfig.c 
     21  1.15       dsl 
     22   1.1       cgd .include <bsd.prog.mk>
     23