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