Merge from vendor branch GDB:
[dragonfly.git] / games / snake / snscore / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/snake/snscore/Makefile,v 1.3 2006/10/08 16:22:36 pavalos Exp $
3
4 PROG=   snscore
5 CFLAGS+=-I${.CURDIR}/../snake
6 NOMAN=  noman
7
8 .include "../../Makefile.inc"
9 .include <bsd.prog.mk>