# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:19 lukem 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} BINOWN= root BINMODE=4555 all: ${PROG} .include .PATH: ${SRCDIR}