Home | History | Annotate | Line # | Download | only in route
Makefile revision 1.27
      1  1.27     ozaki #	$NetBSD: Makefile,v 1.27 2015/04/22 03:07:55 ozaki-r Exp $
      2  1.11       cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       cgd 
      4  1.22     lukem .include <bsd.own.mk>
      5  1.22     lukem 
      6  1.25     pooka RUMPPRG=route
      7  1.10       cgd MAN=	route.8
      8  1.26  christos SRCS=	route.c show.c keywords.c rtutil.c
      9  1.19    itojun 
     10  1.27     ozaki .PATH:		${.CURDIR}/../../lib/libc/net
     11  1.27     ozaki RUMPSRCS= if_indextoname.c getifaddrs.c
     12  1.27     ozaki .if (${MKRUMP} != "no")
     13  1.27     ozaki CPPFLAGS+= -DRUMP_ACTION
     14  1.27     ozaki .endif
     15  1.27     ozaki 
     16  1.22     lukem .if (${USE_INET6} != "no")
     17  1.20    itojun CPPFLAGS+=-DINET6
     18  1.22     lukem .endif
     19   1.1       cgd 
     20  1.14       gwr # The Makefile over in ../../distrib/utils/x_route
     21  1.14       gwr # would like keywords.[ch] to always exist here, so
     22  1.14       gwr # they are now checked in as sources.
     23  1.14       gwr #
     24  1.18  christos # CPPFLAGS+=-I.
     25  1.13       gwr # CLEANFILES+= keywords.c keywords.h
     26  1.13       gwr # keywords.c keywords.h : keywords.sh
     27  1.21     lukem # 	${HOST_SH} keywords.sh
     28   1.8       cgd 
     29   1.1       cgd .include <bsd.prog.mk>
     30