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