282d6b7f2c
Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor)
17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SUBDIR= include share
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/120.networking
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= defaultrouter devices hostname nameservers networking
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|