mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/includes
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= includes.sh
|
|
|
|
.include <bsd.prog.mk>
|