1 1.3 thorpej # $NetBSD: Makefile,v 1.3 1997/07/23 20:23:16 thorpej 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.3 thorpej 14 1.3 thorpej WARNS=1 15 1.1 thorpej 16 1.1 thorpej .include <bsd.prog.mk> 17