Home | History | Annotate | Line # | Download | only in utils
Makefile revision 1.19.12.2
      1  1.19.12.1      tls #	$NetBSD: Makefile,v 1.19.12.2 2014/08/19 23:45:45 tls Exp $
      2       1.18       ad 
      3       1.18       ad .if make(obj)
      4        1.1      gwr 
      5       1.13    lukem SUBDIR=	libhack more ssh tls \
      6  1.19.12.1      tls 	x_ed x_gzip x_ifconfig \
      7       1.13    lukem 	x_netstat x_ping x_route x_umount zcat
      8        1.9  thorpej 
      9       1.16      abs .if ${MACHINE} == "acorn32"
     10       1.16      abs SUBDIR+=sparkcrc
     11       1.16      abs .endif
     12       1.16      abs 
     13       1.19      abs .if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
     14       1.19      abs SUBDIR+=edlabel
     15       1.19      abs .endif
     16       1.19      abs 
     17        1.8   itojun # IPv6
     18        1.8   itojun SUBDIR+=x_ping6
     19        1.1      gwr 
     20       1.18       ad .endif
     21       1.18       ad 
     22       1.18       ad release:
     23       1.18       ad 
     24        1.1      gwr .include <bsd.subdir.mk>
     25