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