freebsd-skq/usr.sbin/cron/lib/Makefile
pst 1b991716a4 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
1997-06-29 06:03:42 +00:00

12 lines
138 B
Makefile

LIB= cron
SRCS= entry.c env.c misc.c
CFLAGS+= -I${.CURDIR}/../cron
NOPIC= yes
NOPROFILE= yes
install:
@echo -n
.include <bsd.lib.mk>