summaryrefslogtreecommitdiffstats
path: root/usr.bin/split
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-11-09 09:05:50 +0000
committereadler <eadler@FreeBSD.org>2013-11-09 09:05:50 +0000
commitc6b475170ce826cc05affea7ff0cb9bab915502f (patch)
treeb30e6efaf25ae6303de992a1a4f87ad92eda8139 /usr.bin/split
parentc56ee6b0c20eaf721c4b2493222552adb193f8c8 (diff)
downloadFreeBSD-src-c6b475170ce826cc05affea7ff0cb9bab915502f.zip
FreeBSD-src-c6b475170ce826cc05affea7ff0cb9bab915502f.tar.gz
Add missed DPADD
Reported by: swildner@DragonflyBSD.org
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile
index cf23990..097932c 100644
--- a/usr.bin/split/Makefile
+++ b/usr.bin/split/Makefile
@@ -3,5 +3,6 @@
PROG= split
LDADD= -lutil
+DPADD= ${LIBUTIL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud