freebsd_amp_hwpstate/usr.sbin/cron/lib/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>