688b53ece4
Submitted by: jkh
12 lines
140 B
Makefile
12 lines
140 B
Makefile
LIB= cron
|
|
|
|
SRCS= entry.c env.c misc.c
|
|
CFLAGS+= -I${.CURDIR}/../cron
|
|
NOSHARED= yes
|
|
NOPROFILE= yes
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|