Home | History | Annotate | Line # | Download | only in screenblank
      1  1.12  nakayama #	$NetBSD: Makefile,v 1.12 2009/12/13 05:01:33 nakayama Exp $
      2   1.1   thorpej #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3   1.1   thorpej 
      4  1.10       abs .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
      5  1.12  nakayama    || ${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