NetBSD/games/Makefile

24 lines
614 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.31 2021/01/02 03:21:39 nat 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
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 \
2013-09-01 22:37:06 +04:00
caesar canfield cgram ching colorbars countmail cribbage \
dm factor fish fortune gomoku \
hack hals_end hangman hunt larn mille monop morse number \
phantasia pig pom ppt primes quiz \
rain random robots rogue sail snake testpat tetris trek \
wargames warp 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>