xref: /netbsd-src/distrib/utils/x_route/Makefile (revision cd6a87a95dab5fabce4568faccdfe142d032e6ec)
1#	$NetBSD: Makefile,v 1.18 2014/11/07 02:57:19 uebayasi 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=		keywords.c route.c rtutil.c show.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