Home | History | Annotate | Line # | Download | only in x_route
Makefile revision 1.9.4.1
      1  1.9.4.1  minoura #	$NetBSD: Makefile,v 1.9.4.1 2000/09/07 01:36:58 minoura Exp $
      2      1.1      gwr #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3      1.1      gwr 
      4      1.1      gwr PROG=	route
      5      1.4    lukem MKMAN=	no
      6      1.2      gwr SRCS=	route.c show.c keywords.c
      7      1.1      gwr 
      8      1.6      cgd SRCDIR= ${.CURDIR}/../../../sbin/route
      9      1.3    lukem CPPFLAGS+= -DSMALL -I${SRCDIR}
     10  1.9.4.1  minoura .if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
     11      1.7   itojun CPPFLAGS+= -DINET6
     12      1.7   itojun .endif
     13      1.8     matt COPTS+= -Os
     14      1.9     matt LDSTATIC?=-static
     15      1.1      gwr 
     16      1.1      gwr BINOWN=	root
     17      1.1      gwr BINMODE=4555
     18      1.1      gwr 
     19      1.2      gwr all: ${PROG}
     20      1.2      gwr 
     21      1.1      gwr .include <bsd.prog.mk>
     22      1.2      gwr 
     23      1.2      gwr .PATH:  ${SRCDIR}
     24