1182019Sroberto# $FreeBSD: releng/10.3/usr.sbin/ntp/libopts/Makefile 285612 2015-07-15 19:21:26Z delphij $
2182019Sroberto
3285612Sdelphij.PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libopts 
4182019Sroberto
5285612SdelphijLIB=	opts
6182019SrobertoINTERNALLIB=
7182019Sroberto
8182019SrobertoSRCS=	libopts.c
9182019Sroberto
10285612SdelphijCFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include \
11285612Sdelphij	-I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
12285612Sdelphij	-I${.CURDIR}/../
13182019Sroberto
14182019Sroberto.include <bsd.lib.mk>
15