From 411da6d28bb538bcacca6db34a516199d89ee4a2 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 30 May 2008 10:02:38 +0000 Subject: Don't set NOMAN for SunOS. --- pkgtools/shlock/files/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pkgtools') 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 -- cgit v1.2.3