]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/ntp/libopts/Makefile
MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542,
[FreeBSD/stable/10.git] / usr.sbin / ntp / libopts / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libopts 
4
5 LIB=    opts
6 INTERNALLIB=
7
8 SRCS=   libopts.c
9
10 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include \
11         -I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
12         -I${.CURDIR}/../
13
14 .include <bsd.lib.mk>