summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
-rw-r--r--usr.sbin/cdcontrol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile
index da47cc8..3a5d072 100644
--- a/usr.sbin/cdcontrol/Makefile
+++ b/usr.sbin/cdcontrol/Makefile
@@ -2,7 +2,7 @@
PROG= cdcontrol
-DPADD += ${LIBEDIT} ${LIBTERMCAP}
-LDADD += -ledit -ltermcap
+DPADD= ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ledit -ltermcap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud