Use softc sc_rx_ring_count to allocate jumbo frame instead of nfe_rx_ring_count
[dragonfly.git] / usr.sbin / cron / Makefile.inc
blobeec03de23c73c436b096b0fcd2108aeb5cc2d69b
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 $
4 .if exists(${.OBJDIR}/../lib)
5 LIBCRON=${.OBJDIR}/../lib/libcron.a
6 .else
7 LIBCRON=${.CURDIR}/../lib/libcron.a
8 .endif
10 .include "../Makefile.inc"