diff options
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile index ddb5fb1..ed14dfc 100644 --- a/usr.sbin/cron/lib/Makefile +++ b/usr.sbin/cron/lib/Makefile @@ -1,14 +1,10 @@ # $FreeBSD$ LIB= cron -NOPIC= yes -NOPROFILE= yes +INTERNALLIB= YES SRCS= entry.c env.c misc.c CFLAGS+= -I${.CURDIR}/../cron CFLAGS+= -DLOGIN_CAP -install: - @echo -n - .include <bsd.lib.mk> |