From 46bb8fed4353a29584780ef69a8e7400a85984cd Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 May 2002 11:24:03 +0000 Subject: Mark all internal libraries with INTERNALLIB. --- usr.sbin/cron/lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.sbin/cron') 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 -- cgit v1.1