1# $FreeBSD: src/usr.sbin/cron/lib/Makefile,v 1.7 2004/10/24 15:33:02 ru Exp $
2
3LIB=	cron
4
5SRCS= entry.c env.c misc.c
6
7CFLAGS+= -g -I${.CURDIR}/../cron
8#CFLAGS+=-DLOGIN_CAP
9NO_PIC=		yes
10NO_PROFILE=	yes
11
12install:
13	@echo -n
14
15.include <bsd.lib.mk>
16