1b991716a4
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
12 lines
138 B
Makefile
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>
|