mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
252 B
Makefile
14 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libopts
|
|
|
|
LIB= opts
|
|
INTERNALLIB=
|
|
|
|
SRCS= libopts.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include \
|
|
-I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
|
|
-I${.CURDIR}/../
|
|
|
|
.include <bsd.lib.mk>
|