a35d88931c
any fake value.
11 lines
138 B
Makefile
11 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= cron
|
|
INTERNALLIB=
|
|
SRCS= entry.c env.c misc.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../cron
|
|
CFLAGS+= -DLOGIN_CAP
|
|
|
|
.include <bsd.lib.mk>
|