Update default make.conf and its manpage:
[dragonfly.git] / games / snake / snscore / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/snake/snscore/Makefile,v 1.2 2006/09/03 23:47:56 pavalos Exp $
3
4 PROG=   snscore
5 CFLAGS+=-I${.CURDIR}/../snake
6 NOMAN=  noman
7 WARNS?= 6
8
9 .include "../../Makefile.inc"
10 .include <bsd.prog.mk>