64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
154 B
Makefile
13 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|