blob: 89325d283d94a007224b4fb55b8f2765cb38e875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.12 2001/02/18 06:15:48 tsutsui Exp $
SUBDIR= libhack init_s more ssh tls \
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
.if exists(sysinst/arch/${MACHINE})
SUBDIR+=sysinst
.endif
# IPv6
SUBDIR+=x_ping6
.include <bsd.subdir.mk>
|