mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 02:41:58 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
125 B
Makefile
10 lines
125 B
Makefile
|
|
PACKAGE=examples
|
|
FILESDIR=${SHAREDIR}/examples/libvgl
|
|
PROG= demo
|
|
MAN=
|
|
DPADD= ${LIBVGL}
|
|
LDADD= -lvgl
|
|
|
|
.include <bsd.prog.mk>
|