mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
|
|
LIB= cron
|
|
INTERNALLIB=
|
|
SRCS= entry.c env.c misc.c
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/cron
|
|
CFLAGS+= -DLOGIN_CAP -DPAM
|
|
|
|
.include <bsd.lib.mk>
|