mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs
22 lines
223 B
Makefile
22 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= ${_apm} \
|
|
beastie \
|
|
blank \
|
|
daemon \
|
|
dragon \
|
|
fade \
|
|
fire \
|
|
green \
|
|
logo \
|
|
plasma \
|
|
rain \
|
|
snake \
|
|
star \
|
|
warp
|
|
|
|
.if ${MACHINE_CPUARCH} == "i386"
|
|
_apm= apm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|