xref: /netbsd/distrib/utils/x_route/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.13 2001/12/12 00:05:14 tv 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 (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
13CPPFLAGS+=	-DINET6
14.endif
15
16.include <bsd.prog.mk>
17
18BINOWN=		root
19BINMODE=	4555
20.PATH:		${SRCDIR}
21