Cross Reference: Makefile
xref: /src/distrib/utils/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/utils/
Makefile revision 1.19
11.9Sthorpej#	$NetBSD: Makefile,v 1.19 2010/03/10 23:13:10 abs Exp $
21.1Smacallan
31.1Smacallan.if make(obj)
41.1Smacallan
51.1SmacallanSUBDIR=	libhack more ssh tls \
61.1Smacallan	x_dhclient x_ed x_gzip x_ifconfig \
71.1Smacallan	x_netstat x_ping x_route x_umount zcat
81.1Smacallan
91.1Smacallan.if ${MACHINE} == "acorn32"
101.1SmacallanSUBDIR+=sparkcrc
111.1Smacallan.endif
121.1Smacallan
131.1Smacallan.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
141.1SmacallanSUBDIR+=edlabel
151.1Smacallan.endif
161.1Smacallan
171.1Smacallan# IPv6
181.1SmacallanSUBDIR+=x_ping6
191.1Smacallan
201.1Smacallan.endif
211.1Smacallan
221.1Smacallan.if exists(sysinst/arch/${MACHINE})
231.1SmacallanSUBDIR+=sysinst
241.1Smacallan.endif
251.1Smacallan
261.1Smacallanrelease:
271.1Smacallan
281.1Smacallan.include <bsd.subdir.mk>
291.1Smacallan

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