diff options
| author | apb <apb@NetBSD.org> | 2008-09-26 18:56:43 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2008-09-26 18:56:43 +0000 |
| commit | 7a0f5ec1de1057b60661660f8281c5f2c6a9eabb (patch) | |
| tree | 159cb552aef68ad1a51bc248957a0b04bf61505d /fortune/strfile | |
| parent | 08501e9d73781aee6bb3ae7a0c54f1b4ab36ffdf (diff) | |
| download | bsdgames-darwin-7a0f5ec1de1057b60661660f8281c5f2c6a9eabb.tar.gz 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/strfile')
| -rw-r--r-- | fortune/strfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile index 669e3549..d917efe5 100644 --- a/fortune/strfile/Makefile +++ b/fortune/strfile/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2008/09/26 18:23:09 apb Exp $ +# $NetBSD: Makefile,v 1.10 2008/09/26 18:56:43 apb Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= strfile MAN= strfile.8 +MLINKS= strfile.8 unstr.8 .include "../../Makefile.inc" .include <bsd.prog.mk> |
