Deleted Added
full compact
Makefile (2329) Makefile (27040)
1LIB= cron
2
3SRCS= entry.c env.c misc.c
4CFLAGS+= -I${.CURDIR}/../cron
1LIB= cron
2
3SRCS= entry.c env.c misc.c
4CFLAGS+= -I${.CURDIR}/../cron
5NOSHARED= yes
5NOPIC= yes
6NOPROFILE= yes
7
8install:
9 @echo -n
10
11.include <bsd.lib.mk>
6NOPROFILE= yes
7
8install:
9 @echo -n
10
11.include <bsd.lib.mk>