Home | History | Annotate | Line # | Download | only in route
Makefile revision 1.25.24.1
      1  1.25.24.1    martin #	$NetBSD: Makefile,v 1.25.24.1 2015/01/08 11:01:01 martin 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.25.24.1    martin SRCS=	route.c show.c keywords.c rtutil.c
      9       1.19    itojun 
     10       1.22     lukem .if (${USE_INET6} != "no")
     11       1.20    itojun CPPFLAGS+=-DINET6
     12       1.22     lukem .endif
     13        1.1       cgd 
     14       1.14       gwr # The Makefile over in ../../distrib/utils/x_route
     15       1.14       gwr # would like keywords.[ch] to always exist here, so
     16       1.14       gwr # they are now checked in as sources.
     17       1.14       gwr #
     18       1.18  christos # CPPFLAGS+=-I.
     19       1.13       gwr # CLEANFILES+= keywords.c keywords.h
     20       1.13       gwr # keywords.c keywords.h : keywords.sh
     21       1.21     lukem # 	${HOST_SH} keywords.sh
     22        1.8       cgd 
     23        1.1       cgd .include <bsd.prog.mk>
     24