summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/bfd-crunchide/Makefile7
-rw-r--r--cross/bfd-mdsetimage/Makefile7
2 files changed, 8 insertions, 6 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile
index 472001fa92b..aa33d2a5bf3 100644
--- a/cross/bfd-crunchide/Makefile
+++ b/cross/bfd-crunchide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:57:40 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/20 21:51:12 soren Exp $
DISTNAME= bfd-crunchide-1.0
CATEGORIES= cross
@@ -23,9 +23,10 @@ MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
do-extract:
@${MKDIR} ${WRKSRC}
- @${CP} ${FILESDIR}/* ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${FILESDIR}/crunchide.1 ${FILESDIR}/crunchide.c \
+ ${WRKSRC}
pre-install:
- @if [ ! -d ${PREFIX}/bin ];then ${MKDIR} ${PREFIX}/bin;fi
+ @if [ ! -d ${PREFIX}/bin ]; then ${MKDIR} ${PREFIX}/bin; fi
.include "../../mk/bsd.pkg.mk"
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile
index df243bab6e2..313245a5f80 100644
--- a/cross/bfd-mdsetimage/Makefile
+++ b/cross/bfd-mdsetimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 05:58:34 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/20 21:50:46 soren Exp $
DISTNAME= bfd-mdsetimage-1.0
CATEGORIES= cross
@@ -23,9 +23,10 @@ MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
do-extract:
@${MKDIR} ${WRKSRC}
- @${CP} ${FILESDIR}/* ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${FILESDIR}/mdsetimage.8 ${FILESDIR}/mdsetimage.c \
+ ${WRKSRC}
pre-install:
- @if [ ! -d ${PREFIX}/bin ];then ${MKDIR} ${PREFIX}/bin;fi
+ @if [ ! -d ${PREFIX}/bin ]; then ${MKDIR} ${PREFIX}/bin; fi
.include "../../mk/bsd.pkg.mk"