xref: /freebsd/usr.sbin/ntp/libopts/Makefile (revision 56b17de1e8360fe131d425de20b5e75ff3ea897c)
1.PATH: ${SRCTOP}/contrib/ntp/sntp/libopts
2
3PACKAGE=ntp
4LIB=	opts
5INTERNALLIB=
6
7# XXX libopts uses generated format string tables containing embedded NULs.
8NO_WFORMAT=
9
10SRCS=	libopts.c
11
12CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
13	-I${SRCTOP}/contrib/ntp/sntp/libopts \
14	-I${.CURDIR:H}
15
16.include <bsd.lib.mk>
17