mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
|
|
PACKAGE= clibs
|
|
LIB= ssp_nonshared
|
|
NO_PIC=
|
|
MK_PROFILE= no
|
|
|
|
SRCS= libssp_nonshared.c
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.lib.mk>
|