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