NetBSD/usr.sbin/screenblank/Makefile

17 lines
308 B
Makefile
Raw Normal View History

1997-07-24 00:23:16 +04:00
# $NetBSD: Makefile,v 1.3 1997/07/23 20:23:16 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" \
|| ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
PROG= screenblank
DPADD= ${LIBM}
LDADD= -lm
1997-06-23 08:51:16 +04:00
.endif
MAN= screenblank.1
1997-07-24 00:23:16 +04:00
WARNS=1
.include <bsd.prog.mk>