Deleted Added
full compact
Makefile (80029) Makefile (96514)
1# $FreeBSD: head/usr.sbin/cron/lib/Makefile 80029 2001-07-20 06:20:32Z obrien $
1# $FreeBSD: head/usr.sbin/cron/lib/Makefile 96514 2002-05-13 11:24:03Z ru $
2
3LIB= cron
2
3LIB= cron
4NOPIC= yes
5NOPROFILE= yes
4INTERNALLIB= YES
6SRCS= entry.c env.c misc.c
7
8CFLAGS+= -I${.CURDIR}/../cron
9CFLAGS+= -DLOGIN_CAP
10
5SRCS= entry.c env.c misc.c
6
7CFLAGS+= -I${.CURDIR}/../cron
8CFLAGS+= -DLOGIN_CAP
9
11install:
12 @echo -n
13
14.include <bsd.lib.mk>
10.include <bsd.lib.mk>