Remove building with NOCRYPTO option
[minix.git] / games / snake / snscore / Makefile
blob7041fb4628d84e9815b912d2d51e7658614607f3
1 # $NetBSD: Makefile,v 1.7 2002/09/18 06:16:41 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
4 NOMAN= # defined
6 PROG= snscore
7 CPPFLAGS+= -I${.CURDIR}/../snake
8 HIDEGAME= hidegame
10 .include "../../Makefile.inc"
11 .include <bsd.prog.mk>