diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
commit | 46bb8fed4353a29584780ef69a8e7400a85984cd (patch) | |
tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/cron | |
parent | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff) | |
download | FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz |
Mark all internal libraries with INTERNALLIB.
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> |