summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-20 15:33:04 +0000
committerobrien <obrien@FreeBSD.org>2001-07-20 15:33:04 +0000
commit519f5fca7a6d7b6f0a2039103007fccf998ae8f3 (patch)
tree7900aea7cba082c053e5c7cbae3cd2692ed6a3da /usr.sbin/cdcontrol
parent016c5292379f317dda9306409b84e1959adbf0b2 (diff)
downloadFreeBSD-src-519f5fca7a6d7b6f0a2039103007fccf998ae8f3.zip
FreeBSD-src-519f5fca7a6d7b6f0a2039103007fccf998ae8f3.tar.gz
Fix some nits I missed in my style cleanup.
Diffstat (limited to 'usr.sbin/cdcontrol')
-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 3a5d072..a505e3a 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