mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
217 B
Makefile
11 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= ${DEVFILES}
|
|
FILESDIR?= ${fontdir}/dev${DEV}
|
|
SCRIPTS= ${DEVSCRIPTS}
|
|
SCRIPTSDIR?= ${fontdir}/dev${DEV}
|
|
.for script in ${SCRIPTS}
|
|
SCRIPTSNAME_${script:T}= ${script:T}
|
|
.endfor
|
|
|
|
.include <bsd.prog.mk>
|