NetBSD/usr.sbin/screenblank/Makefile

13 lines
292 B
Makefile
Raw Normal View History

1998-05-15 01:49:13 +04:00
# $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"\
1997-06-23 08:51:16 +04:00
|| ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
PROG= screenblank
1997-06-23 08:51:16 +04:00
.endif
MAN= screenblank.1
.include <bsd.prog.mk>