2003-01-19 15:35:00 +03:00
|
|
|
# $NetBSD: Makefile,v 1.15 2003/01/19 12:35:00 tsutsui Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
|
2002-10-17 10:02:34 +04:00
|
|
|
SUBDIR= libhack more ssh tls \
|
2003-01-19 15:35:00 +03:00
|
|
|
x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
|
2002-10-17 10:02:34 +04:00
|
|
|
x_netstat x_ping x_route 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>
|