# $NetBSD: Makefile,v 1.12 2001/10/05 01:17:32 jmc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= route MKMAN= no SRCS= route.c show.c keywords.c SRCDIR= ${.CURDIR}/../../../sbin/route CPPFLAGS+= -DSMALL -I${SRCDIR} .if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k") CPPFLAGS+= -DINET6 .endif .if ${MACHINE_ARCH} != "sparc64" DBG= -Os .endif LDSTATIC?=-static BINOWN= root BINMODE=4555 all: ${PROG} .include .PATH: ${SRCDIR}