diff options
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 157222510e3..cf36d54578f 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/10/14 19:55:47 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2001/10/21 06:56:30 veego Exp $ .include "../../lang/perl5/Makefile.common" @@ -36,7 +36,7 @@ MKPIC?= yes # particular operating system. # LIBSWANTED.NetBSD= m crypt -LIBSWANTED.SunOS= m crypt socket nsl +LIBSWANTED.SunOS= m crypt dl socket nsl # Nail down the directories in which the system libraries may be found. # If this isn't defined, then use the perl defaults for the particular |