1 1.2 mrg # $NetBSD: Makefile,v 1.2 1997/06/23 04:51:31 mrg Exp $ 2 1.1 thorpej # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 thorpej 4 1.2 mrg .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" \ 5 1.2 mrg || ${MACHINE} == "sparc" || ${MACHINE} == "amiga" 6 1.1 thorpej PROG= screenblank 7 1.1 thorpej 8 1.1 thorpej DPADD= ${LIBM} 9 1.1 thorpej LDADD= -lm 10 1.2 mrg .endif 11 1.2 mrg 12 1.2 mrg MAN= screenblank.1 13 1.1 thorpej 14 1.1 thorpej .include <bsd.prog.mk> 15