Home | History | Annotate | Line # | Download | only in screenblank
Makefile revision 1.10
      1  1.10       abs #	$NetBSD: Makefile,v 1.10 2009/02/14 13:56:42 abs Exp $
      2   1.1   thorpej #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3   1.1   thorpej 
      4   1.9  christos WARNS=3
      5  1.10       abs .if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
      6  1.10       abs    || ${MACHINE_ARCH} == "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