Home | History | Annotate | Line # | Download | only in utils
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 1999/10/18 20:20:03 pk Exp $
      2 
      3 SUBDIR=	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})
      6 SUBDIR+=sysinst
      7 .endif
      8 
      9 .include <bsd.subdir.mk>
     10