xref: /netbsd-src/distrib/utils/Makefile (revision 82ad575716605df31379cf04a2f3efbc97b8a6f5)
1#	$NetBSD: Makefile,v 1.19 2010/03/10 23:13:10 abs Exp $
2
3.if make(obj)
4
5SUBDIR=	libhack more ssh tls \
6	x_dhclient x_ed x_gzip x_ifconfig \
7	x_netstat x_ping x_route x_umount zcat
8
9.if ${MACHINE} == "acorn32"
10SUBDIR+=sparkcrc
11.endif
12
13.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
14SUBDIR+=edlabel
15.endif
16
17# IPv6
18SUBDIR+=x_ping6
19
20.endif
21
22.if exists(sysinst/arch/${MACHINE})
23SUBDIR+=sysinst
24.endif
25
26release:
27
28.include <bsd.subdir.mk>
29