Home | History | Annotate | Line # | Download | only in screenblank
Makefile revision 1.8
      1  1.8  thorpej #	$NetBSD: Makefile,v 1.8 1999/06/06 03:35:36 thorpej Exp $
      2  1.1  thorpej #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1  thorpej 
      4  1.4   jeremy .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"\
      5  1.2      mrg    || ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
      6  1.7  thorpej CPPFLAGS+=-DHAVE_FBIO
      7  1.2      mrg .endif
      8  1.2      mrg 
      9  1.7  thorpej PROG=	screenblank
     10  1.2      mrg MAN=	screenblank.1
     11  1.8  thorpej 
     12  1.8  thorpej LDADD+=	-lutil
     13  1.8  thorpej DPADD+=	${LIBUTIL}
     14  1.1  thorpej 
     15  1.1  thorpej .include <bsd.prog.mk>
     16