mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
sysinstall(8). The UI for this will come later while this exposes the functionality to the scripted interface. Tested successfully to first install the pcnfsd package from the `Latest' repository, and second to configure mountd_flags="-n" in rc.conf(5).
12 lines
262 B
Makefile
12 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${SHAREDIR}/bsdconfig/networking
|
|
FILES= common.subr device.subr hostname.subr ipaddr.subr media.subr \
|
|
netmask.subr resolv.subr routing.subr services.subr
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|