Home | History | Annotate | Line # | Download | only in x_route
      1  1.18  uebayasi #	$NetBSD: Makefile,v 1.18 2014/11/07 02:57:19 uebayasi Exp $
      2   1.1       gwr #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       gwr 
      4  1.13        tv SRCDIR=		${.CURDIR}/../../../sbin/route
      5   1.1       gwr 
      6  1.13        tv PROG=		route
      7  1.13        tv NOMAN=		# defined
      8  1.13        tv 
      9  1.16     lukem .include <bsd.own.mk>
     10  1.16     lukem 
     11  1.18  uebayasi SRCS=		keywords.c route.c rtutil.c show.c
     12  1.13        tv 
     13  1.17     pooka CPPFLAGS+=	-DSMALL -I${SRCDIR} -DCRUNCHOPS
     14  1.16     lukem .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
     15  1.13        tv CPPFLAGS+=	-DINET6
     16  1.11    martin .endif
     17   1.2       gwr 
     18   1.1       gwr .include <bsd.prog.mk>
     19   1.2       gwr 
     20  1.13        tv BINOWN=		root
     21  1.13        tv BINMODE=	4555
     22  1.13        tv .PATH:		${SRCDIR}
     23