1#	$NetBSD: Makefile,v 1.16 2005/01/18 12:30:21 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4SRCDIR=		${.CURDIR}/../../../sbin/route
5
6PROG=		route
7NOMAN=		# defined
8
9.include <bsd.own.mk>
10
11SRCS=		route.c show.c keywords.c
12
13CPPFLAGS+=	-DSMALL -I${SRCDIR} -DCRUNCHOPS
14.if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
15CPPFLAGS+=	-DINET6
16.endif
17
18.include <bsd.prog.mk>
19
20BINOWN=		root
21BINMODE=	4555
22.PATH:		${SRCDIR}
23