Home | History | Annotate | Line # | Download | only in bcd
Makefile revision 1.5.20.1
      1 #	$NetBSD: Makefile,v 1.5.20.1 2008/09/18 04:39:56 wrstuden Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3 
      4 PROG=	bcd
      5 MAN=	bcd.6
      6 MLINKS=	bcd.6 morse.6 bcd.6 ppt.6
      7 HIDEGAME=hidegame
      8 
      9 .include <bsd.prog.mk>
     10 
     11 .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
     12 COPTS.bcd.c+=	-Wno-pointer-sign
     13 .endif
     14