1 # $NetBSD: Makefile,v 1.15 2002/10/17 02:05:40 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
4 SRCDIR
= ${.CURDIR
}/..
/..
/..
/sbin
/route
11 SRCS
= route.c show.c keywords.c
13 CPPFLAGS
+= -DSMALL
-I
${SRCDIR}
14 .if defined
(SMALLPROG_INET6
) && (${USE_INET6} != "no")
18 .
include <bsd.prog.mk
>