mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
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>
|