config root man

Current Path : /usr/src/sys/modules/syscons/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/sys/modules/syscons/Makefile

# $FreeBSD: release/9.1.0/sys/modules/syscons/Makefile 211690 2010-08-23 06:13:29Z imp $

SUBDIR=	${_apm} \
	${_beastie} \
	blank \
	${_daemon} \
	${_dragon} \
	fade \
	${_fire} \
	green \
	${_logo} \
	${_rain} \
	${_snake} \
	${_star} \
	${_warp}

.if ${MACHINE_CPUARCH} == "i386"
_apm=		apm
.endif

.if ${MACHINE_CPUARCH} != "sparc64"
_beastie=	beastie
_beastie=	beastie
_daemon=	daemon
_dragon=	dragon
_fire=		fire
_logo=		logo
_rain=		rain
_snake=		snake
_star=		star
_warp=		warp
.endif

.include <bsd.subdir.mk>

Man Man