.PATH: ${.CURDIR}/.. ${.CURDIR}/../..

PROG=	backend-queue-stub

SRCS+=	queue_api.c
SRCS+=	queue_stub.c

NOMAN=	noman

.include <bsd.prog.mk>
