summaryrefslogtreecommitdiff
path: root/distrib/utils/Makefile
blob: b7ae7ef8401fd0bbf0d06282672cbec149817a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.9 2000/05/12 20:54:16 thorpej Exp $

SUBDIR=	libhack init_s more ssh tls \
	x_dd x_dhclient x_ftp x_gzip x_ifconfig x_netstat x_ping \
	x_route x_sh zcat

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

# IPv6
SUBDIR+=x_ping6

.include <bsd.subdir.mk>