1994-08-27 13:43:04 +00:00
|
|
|
LIB= cron
|
|
|
|
|
|
|
|
SRCS= entry.c env.c misc.c
|
1997-11-02 17:22:20 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}/../cron
|
|
|
|
CFLAGS+=-DLOGIN_CAP
|
1997-06-29 06:03:42 +00:00
|
|
|
NOPIC= yes
|
1994-08-27 13:43:04 +00:00
|
|
|
NOPROFILE= yes
|
|
|
|
|
1994-08-28 13:05:23 +00:00
|
|
|
install:
|
|
|
|
@echo -n
|
|
|
|
|
1994-08-27 13:43:04 +00:00
|
|
|
.include <bsd.lib.mk>
|