summaryrefslogtreecommitdiffstats
path: root/sbin/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r--sbin/md5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index 3522128..56187d7 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -3,7 +3,7 @@
PROG= md5
-LDADD+= -lmd
-DPADD+= ${LIBMD}
+LDADD= -lmd
+DPADD= ${LIBMD}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud