summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/lib/Makefile
blob: 52701315fe31f1e6a496ce304707341b4ead31d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIB=	cron

SRCS=	entry.c env.c misc.c
CFLAGS+=-I${.CURDIR}/../cron
CFLAGS+=-DLOGIN_CAP
NOPIC=		yes
NOPROFILE=	yes

install:
	@echo -n

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud