summaryrefslogtreecommitdiffstats
path: root/fortune/unstr
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/unstr
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/unstr')
-rw-r--r--fortune/unstr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortune/unstr/Makefile b/fortune/unstr/Makefile
index f949b57e..0283bc28 100644
--- a/fortune/unstr/Makefile
+++ b/fortune/unstr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2008/09/26 18:56:43 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
NOMAN= # defined
@@ -6,4 +6,5 @@ NOMAN= # defined
PROG= unstr
CPPFLAGS+= -I${.CURDIR}/../strfile
+.include "../../Makefile.inc"
.include <bsd.prog.mk>