Makefile revision 1.9
11.9Schristos# $NetBSD: Makefile,v 1.9 2004/11/25 20:23:09 christos Exp $ 21.1Sthorpej# @(#)Makefile 8.1 (Berkeley) 5/31/93 31.1Sthorpej 41.9SchristosWARNS=3 51.4Sjeremy.if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"\ 61.2Smrg || ${MACHINE} == "sparc" || ${MACHINE} == "amiga" 71.7SthorpejCPPFLAGS+=-DHAVE_FBIO 81.2Smrg.endif 91.2Smrg 101.7SthorpejPROG= screenblank 111.2SmrgMAN= screenblank.1 121.8Sthorpej 131.8SthorpejLDADD+= -lutil 141.8SthorpejDPADD+= ${LIBUTIL} 151.1Sthorpej 161.1Sthorpej.include <bsd.prog.mk> 17