summaryrefslogtreecommitdiff
path: root/net/zephyr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zephyr/Makefile')
-rw-r--r--net/zephyr/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index c0fbc6f7e2c..646dbeae3a6 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:22 tsarna Exp $
+# $NetBSD: Makefile,v 1.13 1999/04/13 15:31:06 agc Exp $
#
DISTNAME= zephyr-2.0.4
@@ -25,11 +25,9 @@ post-install:
${MKDIR} ${ZEPHYR_RCDIR}
${SED} -e 's|@prefix@|'${PREFIX}'|g' < ${FILESDIR}/zhm.sh > ${WRKDIR}/zhm.sh
${INSTALL_SCRIPT} ${WRKDIR}/zhm.sh ${ZEPHYR_RCDIR}
-.if !defined(NOPORTDOCS)
${MKDIR} ${ZEPHYR_DOCDIR}
for file in ${ZEPHYR_DOCS} ; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \
done
-.endif
.include "../../mk/bsd.pkg.mk"