mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
11 lines
138 B
Makefile
11 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>
|