From aceb805ea973ebe2cc82f72cfaf97ef25f1d8db6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 27 Mar 2000 15:40:30 +0000 Subject: [PATCH] Fixed missing DPADD. Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$). --- gnu/usr.bin/perl/libperl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/perl/libperl/Makefile b/gnu/usr.bin/perl/libperl/Makefile index b36917cd4406..0c46f357582a 100644 --- a/gnu/usr.bin/perl/libperl/Makefile +++ b/gnu/usr.bin/perl/libperl/Makefile @@ -1,6 +1,4 @@ -# # $FreeBSD$ -# LIB= perl @@ -11,7 +9,8 @@ SRCS= perl.c gv.c toke.c perly.c op.c regcomp.c dump.c util.c mg.c byterun.c \ doop.c doio.c regexec.c taint.c deb.c universal.c globals.c perlio.c \ config.h -LDADD+= -lm +DPADD= ${LIBM} +LDADD= -lm # NOPIC= true