NetBSD/distrib/utils/Makefile

13 lines
272 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2000/01/04 08:33:51 itojun Exp $
1997-12-12 06:38:30 +03:00
SUBDIR= libhack init_s more ssh tls \
1999-10-19 00:20:03 +04:00
x_dd 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>