No empty .Rs/.Re
[netbsd-mini2440.git] / sbin / route / Makefile
blob966322b24f451c7ade8311b192b2255f3d0c7c2c
1 # $NetBSD: Makefile,v 1.22 2005/01/10 02:58:59 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
4 .include <bsd.own.mk>
6 PROG= route
7 MAN= route.8
8 SRCS= route.c show.c keywords.c
10 .if (${USE_INET6} != "no")
11 CPPFLAGS+=-DINET6
12 .endif
14 # The Makefile over in ../../distrib/utils/x_route
15 # would like keywords.[ch] to always exist here, so
16 # they are now checked in as sources.
18 # CPPFLAGS+=-I.
19 # CLEANFILES+= keywords.c keywords.h
20 # keywords.c keywords.h : keywords.sh
21 # ${HOST_SH} keywords.sh
23 .include <bsd.prog.mk>