e4f89fa63b
MFC after: 2 weeks
14 lines
241 B
Makefile
14 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/libopts
|
|
|
|
LIB= opts
|
|
INTERNALLIB=
|
|
|
|
SRCS= libopts.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
|
|
-I${.CURDIR}/../../../contrib/ntp/libopts
|
|
|
|
.include <bsd.lib.mk>
|