Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2000/05/12 20:54:16 thorpej Exp $
2
3SUBDIR=	libhack init_s more ssh tls \
4	x_dd x_dhclient x_ftp x_gzip x_ifconfig x_netstat x_ping \
5	x_route x_sh zcat
6
7.if exists(sysinst/arch/${MACHINE})
8SUBDIR+=sysinst
9.endif
10
11# IPv6
12SUBDIR+=x_ping6
13
14.include <bsd.subdir.mk>
15