summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-01-01 18:25:14 +0000
committerantoine <antoine@FreeBSD.org>2013-01-01 18:25:14 +0000
commit9d9bc65ea72575094f5982f285e9bd58292bdf27 (patch)
treebf5623ba72001694e3e3982926f17bded7a25659 /usr.bin
parent1758b2e85b0c45f99b1acde6e0df6eac8d29ba5f (diff)
downloadFreeBSD-src-9d9bc65ea72575094f5982f285e9bd58292bdf27.zip
FreeBSD-src-9d9bc65ea72575094f5982f285e9bd58292bdf27.tar.gz
Add missing DPADD.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/m4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index ce50d6c..1f1ec5e 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -6,6 +6,7 @@
PROG= m4
CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib
+DPADD= ${LIBY} ${LIBL} ${LIBM}
LDADD= -ly -ll -lm
# clang needs 1 while with gcc we can use 2
#WARNS= 1
OpenPOWER on IntegriCloud