summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/crontab/Makefile')
-rw-r--r--usr.sbin/cron/crontab/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile
index 829128e..9f43112 100644
--- a/usr.sbin/cron/crontab/Makefile
+++ b/usr.sbin/cron/crontab/Makefile
@@ -12,7 +12,6 @@ WARNS?= 3
CFLAGS+= -I${.CURDIR}/../cron
-DPADD= ${LIBCRON} ${LIBMD} ${LIBUTIL}
-LDADD= ${LIBCRON} -lmd -lutil
+LIBADD= cron md util
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud