2b15cb3d09
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
15 lines
252 B
Makefile
15 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libopts
|
|
|
|
LIB= opts
|
|
INTERNALLIB=
|
|
|
|
SRCS= libopts.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include \
|
|
-I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
|
|
-I${.CURDIR}/../
|
|
|
|
.include <bsd.lib.mk>
|