Cross Reference: Makefile
xref: /src/distrib/utils/x_route/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/utils/x_route/
Makefile revision 1.8
11.8Smatt#	$NetBSD: Makefile,v 1.8 2000/05/18 00:43:08 matt Exp $
21.1Sgwr#	@(#)Makefile	8.1 (Berkeley) 6/5/93
31.1Sgwr
41.1SgwrPROG=	route
51.4SlukemMKMAN=	no
61.2SgwrSRCS=	route.c show.c keywords.c
71.1Sgwr
81.6ScgdSRCDIR= ${.CURDIR}/../../../sbin/route
91.3SlukemCPPFLAGS+= -DSMALL -I${SRCDIR}
101.7Sitojun.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "hpcmips")
111.7SitojunCPPFLAGS+= -DINET6
121.7Sitojun.endif
131.8SmattCOPTS+= -Os
141.1Sgwr
151.1SgwrBINOWN=	root
161.1SgwrBINMODE=4555
171.1Sgwr
181.2Sgwrall: ${PROG}
191.2Sgwr
201.1Sgwr.include <bsd.prog.mk>
211.2Sgwr
221.2Sgwr.PATH:  ${SRCDIR}
23

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