Home | History | Annotate | Line # | Download | only in utils
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 2000/01/04 08:33:51 itojun 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 # IPv6
     10 SUBDIR+=x_ping6
     11 
     12 .include <bsd.subdir.mk>
     13