summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:17 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:17 +0000
commitcd8cdf49cbfd4dac1cceb57305a55d800fa76e70 (patch)
tree27657b55fff3da09883350f32c90f96915fd382f /usr.sbin/fifolog
parent4316a3fffdffda5f5444f19a2881b5840d74223a (diff)
downloadFreeBSD-src-cd8cdf49cbfd4dac1cceb57305a55d800fa76e70.zip
FreeBSD-src-cd8cdf49cbfd4dac1cceb57305a55d800fa76e70.tar.gz
For INTERNALLIB always add in the corresponding _DP_ and use LIBADD in
the real build file. This lessens the need to define DPADD_<lib> and LDADD_<lib> to just very special cases. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r--usr.sbin/fifolog/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/fifolog/lib/Makefile b/usr.sbin/fifolog/lib/Makefile
index fc8e6d2..f60529f 100644
--- a/usr.sbin/fifolog/lib/Makefile
+++ b/usr.sbin/fifolog/lib/Makefile
@@ -7,6 +7,7 @@ SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
SRCS+= getdate.y
CFLAGS+= -I${.CURDIR}
+LIBADD= z
NO_WMISSING_VARIABLE_DECLARATIONS=
OpenPOWER on IntegriCloud