summaryrefslogtreecommitdiffstats
path: root/usr.bin/makewhatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/makewhatis/Makefile')
-rw-r--r--usr.bin/makewhatis/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile
index d3e632f..4cd2e65 100644
--- a/usr.bin/makewhatis/Makefile
+++ b/usr.bin/makewhatis/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PROG= makewhatis
-
-DPADD+= ${LIBZ}
-LDADD+= -lz
+DPADD= ${LIBZ}
+LDADD= -lz
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud