mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
12 lines
232 B
Makefile
12 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= include share
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/120.networking
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= defaultrouter devices hostname nameservers networking \
|
|
wlanconfig
|
|
|
|
.include <bsd.prog.mk>
|