summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/Makefile.inc')
-rw-r--r--usr.sbin/cron/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc
index f9208ec..d7844f5 100644
--- a/usr.sbin/cron/Makefile.inc
+++ b/usr.sbin/cron/Makefile.inc
@@ -1,9 +1,9 @@
# $FreeBSD$
.if exists(${.OBJDIR}/../lib)
-LIBCRON=${.OBJDIR}/../lib/libcron.a
+LIBCRON= ${.OBJDIR}/../lib/libcron.a
.else
-LIBCRON=${.CURDIR}/../lib/libcron.a
+LIBCRON= ${.CURDIR}/../lib/libcron.a
.endif
.include "../Makefile.inc"
OpenPOWER on IntegriCloud