dcbb2c500e
program of the same name.
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# $NetBSD: Makefile,v 1.1 1995/07/12 04:57:47 thorpej Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= screenblank
|
|
|
|
DPADD= ${LIBM}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|