mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/includes
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= includes.sh
|
|
|
|
.include <bsd.prog.mk>
|