mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
|
## includes.mf - automake fragment
|
||
|
|
||
|
SNTP_INCS = -I$(top_srcdir)/../include
|
||
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/include
|
||
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include
|
||
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/unix/include
|