mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
List source files (foo.c) instead of object files in SRCS.
Reviewed by: bdrewery
This commit is contained in:
parent
e1a51e19e0
commit
ba681bc934
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ LIB= ssh
|
|||
PRIVATELIB= true
|
||||
SHLIB_MAJOR= 5
|
||||
SRCS= ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
|
||||
sshbuf-misc.c sshbuf-getput-crypto.c krl.o bitmap.o
|
||||
sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
|
||||
SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \
|
||||
canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
|
||||
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue