Home | History | Annotate | Line # | Download | only in ifconfig
Makefile revision 1.14
      1 #	$NetBSD: Makefile,v 1.14 2002/09/20 21:21:53 christos Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 PROG=	ifconfig
      5 MAN=	ifconfig.8
      6 
      7 CPPFLAGS+=-DINET6
      8 
      9 # KAME scope id hack
     10 CPPFLAGS+=-DKAME_SCOPEID
     11 
     12 DPADD+=${LIBUTIL}
     13 LDADD+=-lutil
     14 
     15 .include <bsd.prog.mk>
     16