summaryrefslogtreecommitdiffstats
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, 6 insertions, 4 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile
index 5270131..ddb5fb1 100644
--- a/usr.sbin/cron/lib/Makefile
+++ b/usr.sbin/cron/lib/Makefile
@@ -1,10 +1,12 @@
-LIB= cron
+# $FreeBSD$
-SRCS= entry.c env.c misc.c
-CFLAGS+=-I${.CURDIR}/../cron
-CFLAGS+=-DLOGIN_CAP
+LIB= cron
NOPIC= yes
NOPROFILE= yes
+SRCS= entry.c env.c misc.c
+
+CFLAGS+= -I${.CURDIR}/../cron
+CFLAGS+= -DLOGIN_CAP
install:
@echo -n
OpenPOWER on IntegriCloud