From a0bff42be633cd66f0089f1b8a68f72fc8929a03 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 20 Jul 2001 15:33:04 +0000 Subject: [PATCH] Fix some nits I missed in my style cleanup. --- usr.sbin/cdcontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index 3a5d07285e3b..a505e3a3e4a2 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