Fix build of crunched "route".

This commit is contained in:
uebayasi 2014-11-07 02:57:19 +00:00
parent b4d5024ba8
commit cd6a87a95d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2010/12/13 19:19:10 pooka Exp $
# $NetBSD: Makefile,v 1.18 2014/11/07 02:57:19 uebayasi Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
SRCDIR= ${.CURDIR}/../../../sbin/route
@ -8,7 +8,7 @@ NOMAN= # defined
.include <bsd.own.mk>
SRCS= route.c show.c keywords.c
SRCS= keywords.c route.c rtutil.c show.c
CPPFLAGS+= -DSMALL -I${SRCDIR} -DCRUNCHOPS
.if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")