Add mount_hammer2 and newfs_hammer2 to initrd list.
[dragonfly.git] / usr.sbin / cron / Makefile.inc
blobd6436aa15640c5fc23acfef7dd5efe743cc693d6
1 # $FreeBSD: src/usr.sbin/cron/Makefile.inc,v 1.2 1999/08/28 01:15:48 peter Exp $
3 .if exists(${.OBJDIR}/../lib)
4 LIBCRON=${.OBJDIR}/../lib/libcron.a
5 .else
6 LIBCRON=${.CURDIR}/../lib/libcron.a
7 .endif
9 WARNS?= 2
11 .include "../Makefile.inc"