diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
| commit | 423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch) | |
| tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/cron | |
| parent | 46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff) | |
Notes
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 ddb5fb1ad1bf..ed14dfc32f7e 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> |
