xref: /netbsd-src/distrib/utils/Makefile (revision b6800095e8fb58751f9f05bbdc617d59a746b340)
1#	$NetBSD: Makefile,v 1.22 2016/01/31 18:56:49 christos Exp $
2
3.if make(obj)
4
5SUBDIR=	libhack more ssh tls \
6	x_disklabel 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
22release:
23
24.include <bsd.subdir.mk>
25