diff options
author | mycroft <mycroft> | 1998-03-13 22:21:12 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-13 22:21:12 +0000 |
commit | f8360ae7d2e5c49dc1453fc9a69c1991523dc32f (patch) | |
tree | 76b29b9bd8fafa41e8478ed88c4e656b95e2b2d9 /archivers | |
parent | 4651ed721adfe84da451bbf65c12d82c1f17e745 (diff) | |
download | pkgsrc-f8360ae7d2e5c49dc1453fc9a69c1991523dc32f.tar.gz |
Oops; add a list of man pages.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/macutil/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index 4ce644eae83..6527b510595 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -3,7 +3,7 @@ # Date created: 13 March 1998 # Whom: mycroft # -# $NetBSD: Makefile,v 1.1 1998/03/13 22:15:23 mycroft Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/13 22:21:12 mycroft Exp $ DISTNAME= macutil PKGNAME= macutil-2.0b3 @@ -14,6 +14,9 @@ MAKEFILE= makefile MAINTAINER= mycroft@NetBSD.ORG +MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \ + frommac.1 macutil.1 + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |