]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - snake/snscore/Makefile
Use uint32_t and include <stdint.h>, instead of using u_int32_t
[bsdgames-darwin.git] / snake / snscore / Makefile
1 # $NetBSD: Makefile,v 1.7 2002/09/18 06:16:41 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 NOMAN= # defined
5
6 PROG= snscore
7 CPPFLAGS+= -I${.CURDIR}/../snake
8 HIDEGAME= hidegame
9
10 .include "../../Makefile.inc"
11 .include <bsd.prog.mk>