diff options
author | tnn <tnn> | 2008-05-30 10:02:38 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-30 10:02:38 +0000 |
commit | 6c6189e5d8b6eb49ce30d4d2076e8044c3984ffb (patch) | |
tree | 9ffcca302f259a7cacc0b133d6448e27e1af73b6 /pkgtools | |
parent | 657aaad279f26e9c828daf293ea5e2df512a28df (diff) | |
download | pkgsrc-6c6189e5d8b6eb49ce30d4d2076e8044c3984ffb.tar.gz |
Don't set NOMAN for SunOS.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/shlock/files/Makefile | 7 |
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> |