Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1999/05/23 07:31:20 tron Exp $
2
3SUBDIR=	libhack init_s more ssh tls \
4	x_dd x_ftp x_gzip x_ifconfig x_netstat x_route x_sh zcat
5.if exists(sysinst/arch/${MACHINE})
6SUBDIR+=sysinst
7.endif
8
9.include <bsd.subdir.mk>
10