NetBSD/usr.sbin/screenblank/Makefile

13 lines
292 B
Makefile

# $NetBSD: Makefile,v 1.6 1998/05/14 21:49:13 is Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"\
|| ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
PROG= screenblank
.endif
MAN= screenblank.1
.include <bsd.prog.mk>