opnsense-src/sys/modules/syscons/Makefile

20 lines
255 B
Makefile
Raw Normal View History

1999-08-27 21:08:13 -04:00
# $FreeBSD$
1999-09-08 15:17:15 -04:00
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>