1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/cron/Makefile.inc
1999-08-28 01:35:59 +00:00

10 lines
156 B
Makefile

# $FreeBSD$
.if exists(${.OBJDIR}/../lib)
LIBCRON=${.OBJDIR}/../lib/libcron.a
.else
LIBCRON=${.CURDIR}/../lib/libcron.a
.endif
.include "../Makefile.inc"