mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
11 lines
228 B
Makefile
11 lines
228 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/10/22 05:26:25 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= snscore
|
|
CPPFLAGS+=-I${.CURDIR}/../snake
|
|
NOMAN= noman
|
|
HIDEGAME=hidegame
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|