NetBSD/games/Makefile

24 lines
596 B
Makefile
Raw Normal View History

2012-06-06 04:16:01 +04:00
# $NetBSD: Makefile,v 1.27 2012/06/06 00:16:01 christos Exp $
1997-01-07 15:42:14 +03:00
# @(#)Makefile 8.3 (Berkeley) 7/24/94
1993-03-21 12:45:37 +03:00
# Missing: dungeon warp
1995-03-21 15:04:10 +03:00
# Moved: chess
# Don't belong: xneko xroach
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
SUBDIR= adventure arithmetic atc \
backgammon banner battlestar bcd boggle \
2012-06-06 04:16:01 +04:00
caesar canfield ching colorbars countmail cribbage \
dm factor fish fortune gomoku \
hack hangman hunt larn mille monop morse number \
phantasia pig pom ppt primes quiz \
rain random robots rogue sail snake tetris trek \
wargames worm worms wtf wump
1993-03-21 12:45:37 +03:00
.if ${MKCXX} != "no"
2009-12-14 23:47:23 +03:00
SUBDIR+= dab
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>