Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 2002/06/18 02:02:22 itojun 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" || ${MACHINE} == "macppc")
13CPPFLAGS+=	-DINET6
14.endif
15
16.include <bsd.prog.mk>
17
18BINOWN=		root
19BINMODE=	4555
20.PATH:		${SRCDIR}
21