8 lines
142 B
PHP
8 lines
142 B
PHP
|
# Makefile for arch-dependent framebuffer code
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
|
||
|
.PATH: ${HERE}
|
||
|
|
||
|
SRCS += fb_arch.c
|