mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
155 B
Makefile
12 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= cron
|
|
INTERNALLIB=
|
|
SRCS= entry.c env.c misc.c
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+= -I${.CURDIR}/../cron
|
|
CFLAGS+= -DLOGIN_CAP -DPAM
|
|
|
|
.include <bsd.lib.mk>
|