Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2003/01/19 12:35:00 tsutsui Exp $
2
3SUBDIR=	libhack more ssh tls \
4	x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
5	x_netstat x_ping x_route x_umount 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