74c824b081
MFC after: 3 days
13 lines
155 B
Makefile
13 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>
|