xref: /netbsd/distrib/utils/x_route/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.15 2002/10/17 02:05:40 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4SRCDIR=		${.CURDIR}/../../../sbin/route
5
6PROG=		route
7NOMAN=		# defined
8
9SRCS=		route.c show.c keywords.c
10
11CPPFLAGS+=	-DSMALL -I${SRCDIR}
12.if defined(SMALLPROG_INET6)
13CPPFLAGS+=	-DINET6
14.endif
15
16.include <bsd.prog.mk>
17
18BINOWN=		root
19BINMODE=	4555
20.PATH:		${SRCDIR}
21