summaryrefslogtreecommitdiff
path: root/pkgtools/shlock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/shlock/Makefile')
-rw-r--r--pkgtools/shlock/Makefile4
1 files changed, 2 insertions, 2 deletions
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