summaryrefslogtreecommitdiffstats
path: root/sbin/rcorder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rcorder/Makefile')
-rw-r--r--sbin/rcorder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile
index 9d8d27b..9cdac62 100644
--- a/sbin/rcorder/Makefile
+++ b/sbin/rcorder/Makefile
@@ -5,8 +5,8 @@ PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c
MAN= rcorder.8
-LDADD+= -lutil
-DPADD+= ${LIBUTIL}
+LDADD= -lutil
+DPADD= ${LIBUTIL}
WARNS= 0
# XXX hack for make's hash.[ch]
OpenPOWER on IntegriCloud