NetBSD/distrib/utils/Makefile
itojun 1c5b5f62fc enable IPv6 support in sysinst. integration of work by ichiro@ichiro.org.
- IPv6 autoconfiguration
- IPv6 nameserver
TODO: french messages, dhcp

add -DINET6 into x_ifconfig.
2000-01-04 08:33:51 +00:00

13 lines
272 B
Makefile

# $NetBSD: Makefile,v 1.8 2000/01/04 08:33:51 itojun Exp $
SUBDIR= libhack init_s more ssh tls \
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>