]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/ntp/libopts/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / ntp / libopts / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/libopts 
4
5 LIB= opts
6 INTERNALLIB=
7
8 SRCS=   libopts.c
9
10 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
11                  -I${.CURDIR}/../../../contrib/ntp/libopts
12
13 .include <bsd.lib.mk>