NetBSD/usr.sbin/screenblank/Makefile
thorpej cdee73fd5b Add support for WSCONS, and default to it. If the platform also has
Sun-style fbio, add support for determining this at run-time and switching
to that mode.
1998-12-18 01:15:43 +00:00

13 lines
318 B
Makefile

# $NetBSD: Makefile,v 1.7 1998/12/18 01:15:43 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"\
|| ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
CPPFLAGS+=-DHAVE_FBIO
.endif
PROG= screenblank
MAN= screenblank.1
.include <bsd.prog.mk>