Home | History | Annotate | Line # | Download | only in x_route
Makefile revision 1.13.2.1
      1  1.13.2.1      he #	$NetBSD: Makefile,v 1.13.2.1 2002/11/03 13:19:41 he 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.13.2.1      he .if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
     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