1 1.1 thorpej # $NetBSD: Makefile,v 1.1 1995/07/12 04:57:47 thorpej Exp $ 2 1.1 thorpej # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 thorpej 4 1.1 thorpej PROG= screenblank 5 1.1 thorpej 6 1.1 thorpej DPADD= ${LIBM} 7 1.1 thorpej LDADD= -lm 8 1.1 thorpej 9 1.1 thorpej .include <bsd.prog.mk> 10