Bjoern A. Zeeb 7986af23a4 Split netconfig into three parts:
- netconfig - what auto will call which in turn will check for
  IPv4 and IPv6 to be available and ask the user to configure it
  by calling
- netconfig_ipv4 doing DHCP and static IPv4 addresses, and
- netconfig_ipv6 doing rtsol and static IPv6 addresses,
and then checking, querying and updating resolv.conf upon return.
Both DHCP and rtsol (in the future) might update resolv.conf already so
we seed ourselves from that file if available.

Reviewed by:	nwhitehorn
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
2011-05-29 21:24:20 +00:00

11 lines
250 B
Makefile

# $FreeBSD$
SCRIPTS= auto adduser checksum config hostname jail keymap mirrorselect \
mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass services \
time umount wlanconfig
BINDIR= /usr/libexec/bsdinstall
NO_MAN= true
.include <bsd.prog.mk>