5f9253d438
No Minix specific changes needed. Change-Id: Iaf87f29a954f241d41c101dd74fe338b9d7c4d95
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/11/12 17:46:20 mbalmer Exp $
|
|
# @(#)Makefile 8.3 (Berkeley) 7/24/94
|
|
|
|
# Missing: dungeon warp
|
|
# Moved: chess
|
|
# Don't belong: xneko xroach
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= adventure \
|
|
bcd \
|
|
\
|
|
factor fortune \
|
|
morse number \
|
|
pig ppt primes
|
|
|
|
.if !defined(__MINIX)
|
|
.if ${MKCXX} != "no"
|
|
SUBDIR+= dab
|
|
.endif
|
|
.endif # !defined(__MINIX)
|
|
|
|
.include <bsd.subdir.mk>
|