summaryrefslogtreecommitdiff
path: root/distrib/utils/Makefile
blob: c6c9e81d1bfc3335ab8b0318d86c16dbf3fac99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.17 2005/09/10 13:24:38 dsl Exp $

SUBDIR=	libhack more ssh tls \
	x_dhclient x_ed x_gzip x_ifconfig \
	x_netstat x_ping x_route x_umount zcat

.if exists(sysinst/arch/${MACHINE})
SUBDIR+=sysinst
.endif

.if ${MACHINE} == "acorn32"
SUBDIR+=sparkcrc
.endif

# IPv6
SUBDIR+=x_ping6

.include <bsd.subdir.mk>