mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
7 lines
172 B
Makefile
7 lines
172 B
Makefile
|
|
# nameser sources
|
|
.PATH: ${LIBC_SRCTOP}/nameser
|
|
|
|
SRCS+= ns_name.c ns_netint.c ns_parse.c ns_print.c ns_samedomain.c ns_ttl.c
|
|
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/nameser/Symbol.map
|