1 1.1 dholland # $NetBSD: Makefile,v 1.1 2013/08/04 05:42:47 dholland Exp $ 2 1.1 dholland 3 1.1 dholland PROG=cgram 4 1.1 dholland DPADD=${LIBCURSES} ${LIBTERMINFO} 5 1.1 dholland LDADD=-lcurses -lterminfo 6 1.1 dholland SRCS=cgram.c 7 1.1 dholland MAN=cgram.6 8 1.1 dholland HIDEGAME=hidegame 9 1.1 dholland 10 1.1 dholland .include <bsd.prog.mk> 11