Revision 0c4668c1ca05d560365cdcccd1fa260c493f11eb authored by Wilko Bulte on 03 April 2003, 18:49:22 UTC, committed by Wilko Bulte on 03 April 2003, 18:49:22 UTC
support from the bootfloppy.

Approved by: re
1 parent 1e37e02
Raw File
Makefile
#	@(#)Makefile	8.2 (Berkeley) 3/31/94
# $FreeBSD$

# XXX missing: chess ching monop [copyright]
SUBDIR= adventure \
	arithmetic \
	atc \
	backgammon \
	battlestar \
	bcd \
	bs \
	caesar \
	canfield \
	cribbage \
	dm \
	factor \
	fish \
	fortune \
	grdc \
	hack \
	hangman \
	larn \
	mille \
	morse \
	number \
	phantasia \
	piano \
	pig \
	pom \
	ppt \
	primes \
	quiz \
	rain \
	random \
	robots \
	rogue \
	sail \
	snake \
	trek \
	wargames \
	worm \
	worms \
	wump

.include <bsd.subdir.mk>
back to top