Home | History | Annotate | Line # | Download | only in huntd
Makefile revision 1.1.68.1
      1  1.1.68.1  yamt #	$NetBSD: Makefile,v 1.1.68.1 2014/05/22 11:36:23 yamt Exp $
      2       1.1   mrg 
      3       1.1   mrg PROG=	huntd
      4  1.1.68.1  yamt SRCS=	answer.c draw.c driver.c execute.c expl.c \
      5  1.1.68.1  yamt 	extern.c makemaze.c shots.c support.c terminal.c
      6       1.1   mrg MAN=	huntd.6
      7       1.1   mrg 
      8  1.1.68.1  yamt CPPFLAGS+=-I${.CURDIR}/../include
      9  1.1.68.1  yamt 
     10       1.1   mrg .include <bsd.prog.mk>
     11