Importing games/fortune

Replaces commands/fortune. No Minix specific changes needed.

Change-Id: Iac79ea82dedd12e80377c85954da5e2d8eee74af
This commit is contained in:
Thomas Cort
2014-03-16 09:39:21 -04:00
committed by Lionel Sambuc
parent c1f592a24c
commit bd0f8badfa
53 changed files with 104142 additions and 282 deletions

View File

@@ -122,7 +122,7 @@ SUBDIR += .WAIT texinfo \
.WAIT \
.WAIT \
.WAIT \
pwd_mkdb stat zic
pwd_mkdb stat strfile zic
.endif
.if defined(__MINIX)
SUBDIR += \

6
tools/strfile/Makefile Normal file
View File

@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.1 2008/09/26 18:23:09 apb Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}strfile
HOST_SRCDIR= games/fortune/strfile
.include "${.CURDIR}/../Makefile.host"