summaryrefslogtreecommitdiffstats
path: root/fortune/Makefile
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2008-09-26 18:56:43 +0000
committerapb <apb@NetBSD.org>2008-09-26 18:56:43 +0000
commit7a0f5ec1de1057b60661660f8281c5f2c6a9eabb (patch)
tree159cb552aef68ad1a51bc248957a0b04bf61505d /fortune/Makefile
parent08501e9d73781aee6bb3ae7a0c54f1b4ab36ffdf (diff)
downloadbsdgames-darwin-7a0f5ec1de1057b60661660f8281c5f2c6a9eabb.tar.gz
bsdgames-darwin-7a0f5ec1de1057b60661660f8281c5f2c6a9eabb.tar.zst
bsdgames-darwin-7a0f5ec1de1057b60661660f8281c5f2c6a9eabb.zip
Install unstr:
* in games/fortune/Makefile, add unstr to SUBDIR; * in games/fortune/unstr/Makefile, include ../../Makefile.inc; * in games/fortune/strfile/Makefile, add MLINKS for unstr man page; * in distrib/sets/lists/games/mi, add new files.
Diffstat (limited to 'fortune/Makefile')
-rw-r--r--fortune/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortune/Makefile b/fortune/Makefile
index 28d11721..cf3555c2 100644
--- a/fortune/Makefile
+++ b/fortune/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2001/01/09 03:13:40 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/26 18:56:43 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-SUBDIR= fortune strfile .WAIT datfiles
+SUBDIR= fortune strfile unstr .WAIT datfiles
.include <bsd.subdir.mk>