mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add -D_SKEY_INTERNAL to pick up non-API skey functions
This commit is contained in:
parent
811a3c8d54
commit
5a6fd1f366
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ PROG= key
|
|||
SRCS= skey.c
|
||||
MAN1= key.1
|
||||
|
||||
CFLAGS+= -D_SKEY_INTERNAL
|
||||
|
||||
DPADD= ${LIBSKEY} ${LIBMD}
|
||||
LDADD= -lskey -lmd
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue