xref: /freebsd/usr.sbin/ntp/libopts/Makefile (revision f3087bef11543b42e0d69b708f367097a4118d24)
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