NetBSD/distrib/utils/Makefile

15 lines
299 B
Makefile

# $NetBSD: Makefile,v 1.10 2000/09/12 16:06:23 matt Exp $
SUBDIR= libhack init_s more ssh tls \
x_dd x_dhclient x_dmesg x_ed x_ftp x_gzip x_ifconfig x_netstat x_ping \
x_route x_sh zcat
.if exists(sysinst/arch/${MACHINE})
SUBDIR+=sysinst
.endif
# IPv6
SUBDIR+=x_ping6
.include <bsd.subdir.mk>