Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 simonb Exp $
2
3SUBDIR=	libhack init_s more ssh tls \
4	x_dd x_ftp x_ifconfig x_route x_sh zcat
5.if exists(sysinst/arch/${MACHINE})
6SUBDIR+=sysinst
7.endif
8
9.include <bsd.subdir.mk>
10