Home | History | Annotate | Line # | Download | only in x_route
Makefile revision 1.15
      1  1.15   lukem #	$NetBSD: Makefile,v 1.15 2002/10/17 02:05:40 lukem 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.13      tv SRCS=		route.c show.c keywords.c
     10  1.13      tv 
     11  1.13      tv CPPFLAGS+=	-DSMALL -I${SRCDIR}
     12  1.15   lukem .if defined(SMALLPROG_INET6)
     13  1.13      tv CPPFLAGS+=	-DINET6
     14  1.11  martin .endif
     15   1.2     gwr 
     16   1.1     gwr .include <bsd.prog.mk>
     17   1.2     gwr 
     18  1.13      tv BINOWN=		root
     19  1.13      tv BINMODE=	4555
     20  1.13      tv .PATH:		${SRCDIR}
     21