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