freebsd-src/usr.sbin/cron/lib/Makefile
Jordan K. Hubbard 688b53ece4 Prevent installation.
Submitted by:	jkh
1994-08-28 13:05:23 +00:00

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>