xref: /freebsd/usr.sbin/bsdconfig/networking/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1SUBDIR= include share
2
3FILESDIR=	${LIBEXECDIR}/bsdconfig/120.networking
4FILES=		INDEX USAGE
5
6SCRIPTSDIR=	${FILESDIR}
7SCRIPTS=	defaultrouter devices hostname nameservers networking \
8		wlanconfig
9
10.include <bsd.prog.mk>
11