]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - cgram/Makefile
can't have config.h and config.H in case-preserving but case-folding file-systems.
[bsdgames-darwin.git] / cgram / Makefile
1 # $NetBSD: Makefile,v 1.1 2013/08/04 05:42:47 dholland Exp $
2
3 PROG=cgram
4 DPADD=${LIBCURSES} ${LIBTERMINFO}
5 LDADD=-lcurses -lterminfo
6 SRCS=cgram.c
7 MAN=cgram.6
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>