diff options
author | jamie <jamie@FreeBSD.org> | 2010-10-19 21:32:13 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2010-10-19 21:32:13 +0000 |
commit | 09f9c897d33c41618ada06fbbcf1a9b3812dee53 (patch) | |
tree | af2ff90c73b266b86d086d66705c8cc92cce3b7b /usr.sbin/cron/lib/Makefile | |
parent | 831bbfaf753dc145ab80d1807336d4fb9ef8dffe (diff) | |
download | FreeBSD-src-09f9c897d33c41618ada06fbbcf1a9b3812dee53.zip FreeBSD-src-09f9c897d33c41618ada06fbbcf1a9b3812dee53.tar.gz |
A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.
Diffstat (limited to 'usr.sbin/cron/lib/Makefile')
-rw-r--r-- | usr.sbin/cron/lib/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile deleted file mode 100644 index 51316c1..0000000 --- a/usr.sbin/cron/lib/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -LIB= cron -INTERNALLIB= -SRCS= entry.c env.c misc.c - -WARNS?= 3 - -CFLAGS+= -I${.CURDIR}/../cron -CFLAGS+= -DLOGIN_CAP -DPAM - -.include <bsd.lib.mk> |