From 4582a2f6317f4d5b9ccd6acfa0d71cea00a6e583 Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 25 May 2005 02:23:15 +0000 Subject: For DragonFly. This is from PR #30262 from Joerg Sonnenberger. I didn't test under DraginFly myself. --- pkgtools/shlock/Makefile | 4 ++-- pkgtools/shlock/files/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgtools/shlock') diff --git a/pkgtools/shlock/Makefile b/pkgtools/shlock/Makefile index 66189b75972..b7a61b6d4d9 100644 --- a/pkgtools/shlock/Makefile +++ b/pkgtools/shlock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/25 01:40:05 rh Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/25 02:23:15 reed Exp $ # DISTNAME= shlock-20020114 @@ -25,7 +25,7 @@ MAKE_ENV+= MANOWN=${BINOWN} MANGRP=${BINGRP} PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem" -.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" MANINSTALL= .endif diff --git a/pkgtools/shlock/files/Makefile b/pkgtools/shlock/files/Makefile index 522cd02c895..c2887bc6150 100644 --- a/pkgtools/shlock/files/Makefile +++ b/pkgtools/shlock/files/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/05/25 01:40:05 rh Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/25 02:23:15 reed Exp $ PROG= shlock -.if (${OPSYS} == SunOS || ${OPSYS} == Darwin) +.if (${OPSYS} == SunOS || ${OPSYS} == Darwin || ${OPSYS} == DragonFly) NOMAN= YES .endif -- cgit v1.2.3