summaryrefslogtreecommitdiff
path: root/pkgtools/shlock/files
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-05-25 01:40:05 +0000
committerrh <rh@pkgsrc.org>2005-05-25 01:40:05 +0000
commita1db503eb48f70c3c96af0dce7fa1b37e063a489 (patch)
tree09f0dccbee9a1e89ad22e82dbbe940bddc045ca1 /pkgtools/shlock/files
parent9637ca8c4cb60eb515c10b3677ff012daf85787b (diff)
downloadpkgsrc-a1db503eb48f70c3c96af0dce7fa1b37e063a489.tar.gz
Make this compile and install on Darwin
Diffstat (limited to 'pkgtools/shlock/files')
-rw-r--r--pkgtools/shlock/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/shlock/files/Makefile b/pkgtools/shlock/files/Makefile
index 1eeb75fe362..522cd02c895 100644
--- a/pkgtools/shlock/files/Makefile
+++ b/pkgtools/shlock/files/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/02/15 11:56:19 seb Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/25 01:40:05 rh Exp $
PROG= shlock
-.if (${OPSYS} == SunOS)
+.if (${OPSYS} == SunOS || ${OPSYS} == Darwin)
NOMAN= YES
.endif