2021-01-02 06:21:39 +03:00
|
|
|
# $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
|
|
|
|
2020-11-10 11:49:08 +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
|
|
|
|
2009-12-14 15:43:48 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2005-06-30 19:35:17 +04:00
|
|
|
SUBDIR= adventure arithmetic atc \
|
|
|
|
backgammon banner battlestar bcd boggle \
|
2013-09-01 22:37:06 +04:00
|
|
|
caesar canfield cgram ching colorbars countmail cribbage \
|
2009-12-14 15:43:48 +03:00
|
|
|
dm factor fish fortune gomoku \
|
2013-11-12 21:46:20 +04:00
|
|
|
hack hals_end hangman hunt larn mille monop morse number \
|
2005-06-30 19:35:17 +04:00
|
|
|
phantasia pig pom ppt primes quiz \
|
2021-01-02 06:21:39 +03:00
|
|
|
rain random robots rogue sail snake testpat tetris trek \
|
2020-11-10 11:49:08 +03:00
|
|
|
wargames warp worm worms wtf wump
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2009-12-14 15:43:48 +03:00
|
|
|
.if ${MKCXX} != "no"
|
2009-12-14 23:47:23 +03:00
|
|
|
SUBDIR+= dab
|
2009-12-14 15:43:48 +03:00
|
|
|
.endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|