xref: /freebsd-14-stable/usr.sbin/cron/lib/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1
2LIB=	cron
3INTERNALLIB=
4SRCS= entry.c env.c misc.c
5
6WARNS?=	3
7
8CFLAGS+= -I${.CURDIR:H}/cron
9CFLAGS+= -DLOGIN_CAP -DPAM
10
11.include <bsd.lib.mk>
12