aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/lib/Makefile')
-rw-r--r--usr.sbin/cron/lib/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile
new file mode 100644
index 000000000000..475683cc7a6f
--- /dev/null
+++ b/usr.sbin/cron/lib/Makefile
@@ -0,0 +1,10 @@
+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>