1 # $NetBSD: Makefile,v 1.16 2004/06/08 21:43:40 abs Exp $ 2 3 SUBDIR= libhack more ssh tls \ 4 x_dhclient x_dmesg x_ed x_gzip x_ifconfig \ 5 x_netstat x_ping x_route x_umount zcat 6 7 .if exists(sysinst/arch/${MACHINE}) 8 SUBDIR+=sysinst 9 .endif 10 11 .if ${MACHINE} == "acorn32" 12 SUBDIR+=sparkcrc 13 .endif 14 15 # IPv6 16 SUBDIR+=x_ping6 17 18 .include <bsd.subdir.mk> 19