mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
add strcollect.c to SRCS (new file in 1.0.5)
This commit is contained in:
parent
b5b5f8787e
commit
a8bbdaecf7
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@ SRCS= base64.c concat.c emalloc.c eread.c erealloc.c estrdup.c \
|
|||
inaddr2str.c issuid.c k_getpwnam.c k_getpwuid.c mini_inetd.c \
|
||||
net_read.c net_write.c parse_time.c parse_units.c \
|
||||
print_version.c resolve.c roken_gethostby.c signal.c \
|
||||
simple_exec.c snprintf.c socket.c tm2time.c verify.c \
|
||||
warnerr.c copyhostent.c strlwr.c strndup.c strnlen.c \
|
||||
strupr.c print_version.h
|
||||
simple_exec.c snprintf.c socket.c strcollect.c tm2time.c \
|
||||
verify.c warnerr.c copyhostent.c strlwr.c strndup.c \
|
||||
strnlen.c strupr.c print_version.h
|
||||
NOPIC= yes
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in a new issue