NetBSD/distrib/utils/Makefile

15 lines
311 B
Makefile
Raw Normal View History

2001-01-31 23:48:11 +03:00
# $NetBSD: Makefile,v 1.11 2001/01/31 20:48:11 tsutsui Exp $
1997-12-12 06:38:30 +03:00
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 \
2001-01-31 23:48:11 +03:00
x_route x_sh x_umount zcat
2000-05-13 00:54:16 +04:00
.if exists(sysinst/arch/${MACHINE})
SUBDIR+=sysinst
.endif
# IPv6
SUBDIR+=x_ping6
.include <bsd.subdir.mk>