1 1.4 jeremy # $NetBSD: Makefile,v 1.4 1997/09/24 07:22:40 jeremy Exp $ 2 1.1 thorpej # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 thorpej 4 1.4 jeremy .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"\ 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