Cross Reference: Makefile
xref: /src/sbin/route/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/route/
Makefile revision 1.27
11.27Sozaki#	$NetBSD: Makefile,v 1.27 2015/04/22 03:07:55 ozaki-r Exp $
21.11Scgd#	@(#)Makefile	8.1 (Berkeley) 6/5/93
31.1Scgd
41.22Slukem.include <bsd.own.mk>
51.22Slukem
61.25SpookaRUMPPRG=route
71.10ScgdMAN=	route.8
81.26SchristosSRCS=	route.c show.c keywords.c rtutil.c
91.19Sitojun
101.27Sozaki.PATH:		${.CURDIR}/../../lib/libc/net
111.27SozakiRUMPSRCS= if_indextoname.c getifaddrs.c
121.27Sozaki.if (${MKRUMP} != "no")
131.27SozakiCPPFLAGS+= -DRUMP_ACTION
141.27Sozaki.endif
151.27Sozaki
161.22Slukem.if (${USE_INET6} != "no")
171.20SitojunCPPFLAGS+=-DINET6
181.22Slukem.endif
191.1Scgd
201.14Sgwr# The Makefile over in ../../distrib/utils/x_route
211.14Sgwr# would like keywords.[ch] to always exist here, so
221.14Sgwr# they are now checked in as sources.
231.14Sgwr#
241.18Schristos# CPPFLAGS+=-I.
251.13Sgwr# CLEANFILES+= keywords.c keywords.h
261.13Sgwr# keywords.c keywords.h : keywords.sh
271.21Slukem# 	${HOST_SH} keywords.sh
281.8Scgd
291.1Scgd.include <bsd.prog.mk>
30

Indexes created Mon Jan 26 14:10:17 GMT 2026