mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
12 lines
136 B
Makefile
12 lines
136 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PACKAGE= clibs
|
||
|
|
LIB= ssp_nonshared
|
||
|
|
NO_PIC=
|
||
|
|
MK_PROFILE= no
|
||
|
|
|
||
|
|
SRCS= libssp_nonshared.c
|
||
|
|
CFLAGS+= -fPIC
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|