Home | History | Annotate | Line # | Download | only in x_route
Makefile revision 1.2.2.1
      1  1.2.2.1  lukem #	$NetBSD: Makefile,v 1.2.2.1 1997/11/08 05:17:53 lukem Exp $
      2      1.1    gwr #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3      1.1    gwr 
      4      1.1    gwr PROG=	route
      5      1.1    gwr NOMAN=
      6      1.2    gwr SRCS=	route.c show.c keywords.c
      7      1.1    gwr 
      8      1.2    gwr SRCDIR= ${.CURDIR}/../../../sbin/route
      9  1.2.2.1  lukem CPPFLAGS+= -DSMALL -I${SRCDIR}
     10      1.1    gwr 
     11      1.1    gwr BINOWN=	root
     12      1.1    gwr BINMODE=4555
     13      1.1    gwr 
     14      1.2    gwr all: ${PROG}
     15      1.2    gwr 
     16      1.1    gwr .include <bsd.prog.mk>
     17      1.2    gwr 
     18      1.2    gwr .PATH:  ${SRCDIR}
     19