Home | History | Annotate | Line # | Download | only in utils
      1 #	$NetBSD: Makefile,v 1.22 2016/01/31 18:56:49 christos Exp $
      2 
      3 .if make(obj)
      4 
      5 SUBDIR=	libhack more ssh tls \
      6 	x_disklabel x_ed x_gzip x_ifconfig \
      7 	x_netstat x_ping x_route x_umount zcat
      8 
      9 .if ${MACHINE} == "acorn32"
     10 SUBDIR+=sparkcrc
     11 .endif
     12 
     13 .if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
     14 SUBDIR+=edlabel
     15 .endif
     16 
     17 # IPv6
     18 SUBDIR+=x_ping6
     19 
     20 .endif
     21 
     22 release:
     23 
     24 .include <bsd.subdir.mk>
     25