freebsd-dev/usr.sbin/ntp/libopts/Makefile
Ollivier Robert 718daf0805 Add forgotten libopts subdir.
MFC after:	2 weeks
2008-08-22 20:04:35 +00:00

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>