1 1.11 lukem # $NetBSD: Makefile,v 1.11 2009/04/22 15:23:08 lukem Exp $ 2 1.1 thorpej # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 thorpej 4 1.10 abs .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \ 5 1.10 abs || ${MACHINE_ARCH} == "sparc" || ${MACHINE} == "amiga" 6 1.7 thorpej CPPFLAGS+=-DHAVE_FBIO 7 1.2 mrg .endif 8 1.2 mrg 9 1.7 thorpej PROG= screenblank 10 1.2 mrg MAN= screenblank.1 11 1.8 thorpej 12 1.8 thorpej LDADD+= -lutil 13 1.8 thorpej DPADD+= ${LIBUTIL} 14 1.1 thorpej 15 1.1 thorpej .include <bsd.prog.mk> 16