Merge from vendor branch OPENSSH:
[dragonfly.git] / usr.sbin / cron / Makefile.inc
1 # $FreeBSD: src/usr.sbin/cron/Makefile.inc,v 1.2 1999/08/28 01:15:48 peter Exp $
2 # $DragonFly: src/usr.sbin/cron/Makefile.inc,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 .if exists(${.OBJDIR}/../lib)
5 LIBCRON=${.OBJDIR}/../lib/libcron.a
6 .else
7 LIBCRON=${.CURDIR}/../lib/libcron.a
8 .endif
9
10 .include "../Makefile.inc"