mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fixed missing DPADD.
Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$).
This commit is contained in:
parent
e915afdee4
commit
aceb805ea9
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue