freebsd-dev/usr.sbin/cron/lib/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
154 B
Makefile
Raw Normal View History

# $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>