summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-30 10:02:38 +0000
committertnn <tnn@pkgsrc.org>2008-05-30 10:02:38 +0000
commit411da6d28bb538bcacca6db34a516199d89ee4a2 (patch)
tree9ffcca302f259a7cacc0b133d6448e27e1af73b6 /pkgtools
parentba5277fc060c95cf01a3adf65e10e23359eaa0e0 (diff)
downloadpkgsrc-411da6d28bb538bcacca6db34a516199d89ee4a2.tar.gz
Don't set NOMAN for SunOS.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/shlock/files/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgtools/shlock/files/Makefile b/pkgtools/shlock/files/Makefile
index 41e2a141e36..54b235feedf 100644
--- a/pkgtools/shlock/files/Makefile
+++ b/pkgtools/shlock/files/Makefile
@@ -1,10 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2006/12/07 19:10:21 rpaulo Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/30 10:02:38 tnn Exp $
PROG= shlock
-.if (${OPSYS} == SunOS || ${OPSYS} == Darwin || ${OPSYS} == DragonFly || \
- ${OPSYS} == Linux)
-NOMAN= YES
-.endif
-
.include <bsd.prog.mk>