2001-02-18 09:15:48 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 2001/02/18 06:15:48 tsutsui Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
|
1997-12-12 06:38:30 +03:00
|
|
|
SUBDIR= libhack init_s more ssh tls \
|
2001-02-18 09:15:48 +03:00
|
|
|
x_dd x_dhclient x_dmesg x_ed x_ftp x_gzip x_ifconfig x_mount \
|
|
|
|
x_netstat x_ping x_route x_sh x_umount zcat
|
2000-05-13 00:54:16 +04:00
|
|
|
|
1999-04-16 14:10:24 +04:00
|
|
|
.if exists(sysinst/arch/${MACHINE})
|
|
|
|
SUBDIR+=sysinst
|
|
|
|
.endif
|
1995-10-09 02:08:46 +03:00
|
|
|
|
2000-01-04 11:33:51 +03:00
|
|
|
# IPv6
|
|
|
|
SUBDIR+=x_ping6
|
|
|
|
|
1995-10-09 02:08:46 +03:00
|
|
|
.include <bsd.subdir.mk>
|