]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - bcd/Makefile
Sanity fixes for input handling. Suggested by OpenBSD, but different code.
[bsdgames-darwin.git] / bcd / Makefile
1 # $NetBSD: Makefile,v 1.5 2006/05/11 23:16:28 mrg 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 ${HAVE_GCC} == 4
12 COPTS+= -Wno-pointer-sign
13 .endif