xref: /freebsd/usr.sbin/ntp/libopts/Makefile (revision 9ccc37e32070303fb293a2a1697ffa71eeb49b25)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/libopts
4
5LIB= opts
6INTERNALLIB=
7
8SRCS=	libopts.c
9
10CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
11		 -I${.CURDIR}/../../../contrib/ntp/libopts
12
13.include <bsd.lib.mk>
14