mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
19 lines
255 B
Makefile
19 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += blank
|
|
SUBDIR += daemon
|
|
SUBDIR += fade
|
|
SUBDIR += fire
|
|
SUBDIR += green
|
|
SUBDIR += logo
|
|
SUBDIR += rain
|
|
SUBDIR += snake
|
|
SUBDIR += star
|
|
SUBDIR += warp
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR += apm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|