]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/libopts/Makefile
MFV 364468:
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / libopts / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/contrib/ntp/sntp/libopts
4
5 LIB=    opts
6 INTERNALLIB=
7
8 SRCS=   libopts.c
9
10 CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
11         -I${SRCTOP}/contrib/ntp/sntp/libopts \
12         -I${.CURDIR:H}
13
14 .include <bsd.lib.mk>