Home | History | Annotate | Line # | Download | only in ifconfig
Makefile revision 1.31.18.2
      1  1.31.18.1      mjf #	$NetBSD: Makefile,v 1.31.18.2 2008/09/28 11:17:11 mjf Exp $
      2        1.7      cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3        1.1      cgd 
      4       1.28     yamt # when making a change to this file, please check if the change is
      5       1.28     yamt # also needed for src/distrib/utils/x_ifconfig/Makefile.
      6       1.28     yamt 
      7       1.16    lukem .include <bsd.own.mk>
      8       1.16    lukem 
      9        1.6      cgd MAN=	ifconfig.8
     10        1.8   itojun 
     11  1.31.18.2      mjf WARNS=4
     12  1.31.18.2      mjf CFLAGS+=-g
     13  1.31.18.2      mjf SRCS= af_atalk.c af_iso.c af_link.c carp.c
     14       1.27  thorpej .if (${USE_INET6} != "no")
     15  1.31.18.2      mjf CPPFLAGS+=	-DINET6
     16       1.25  thorpej SRCS+= af_inet6.c
     17       1.27  thorpej .endif
     18       1.22  thorpej 
     19  1.31.18.2      mjf .include "Makefile.inc"
     20       1.15      dsl 
     21        1.1      cgd .include <bsd.prog.mk>
     22